#9429BE

Color #9429BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9429BE

Tints of Dark Orchid #9429BE

Color information

#9429BE (or 0x9429BE) is unknown color: approx Dark Orchid. HEX triplet: 94, 29 and BE. RGB value is (148,41,190). Sum of RGB (Red+Green+Blue) = 148+41+190=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #9429BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429BE is #6BD641. Grayscale: #595959. Windows color (decimal): -7067202 or 12462484. OLE color: 12462484.

HSL color Cylindrical-coordinate representation of color #9429BE: hue angle of 283.09º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9429BE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14841190-
CMYK0.220.7800.25
HSL283.09º64.5%45.29%-
HSV(B)283.09º78.42%74.51%-
XYZ22.311.649.78-
YUV89.98184.45169.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 41 (16.41% from 255) = 10.82%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=39.05%
G=10.82%
B=50.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148411900.220.7800.25283.0964.545.29
Hex9429BE164E01911b412d
Octal224512762611603143310155
Binary10010100101001101111101011010011100110011000110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9429BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9429BE; }

 p { color: rgb(148,41,190); }

 H1.HeaderClassName
 {
   color: #9429BE;
 }
 .AnyTagClassName
 {
   color: #9429BE;
 }
</style>
background-color css

<style>
 a { background-color: #9429BE; }

 a { background-color: rgb(148,41,190); }

 div.DivClassName
 {
   background-color: #9429BE;
 }
 .BgClassName
 {
   background-color: #9429BE;
 }
</style>
border-color css

<style>
 span { border-color: #9429BE; }

 span { border-color: rgb(148,41,190); }

 td.TdClassName
 {
   border-color: #9429BE;
 }
 .TagClassName
 {
   border-color: #9429BE;
 }
</style>