Html Css Color HEX #9040BE Dark Orchid

📋 copy color: '#9040BE'

red 144 ◦ green 64 ◦ blue 190

#9040BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9040BE

Tints of Dark Orchid #9040BE

RGB

 RED value IS 144 (56.64% from 255) = 36.18%

 GREEN value IS 64 (25.39% from 255) = 16.08%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 36.18%
G = 16.08%
B = 47.74%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9040BE (or 0x9040BE) is known color: Dark Orchid. HEX triplet: 90, 40 and BE. RGB value is (144,64,190). Sum of RGB (Red+Green+Blue) = 144+64+190=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #9040BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040BE is #6FBF41. Grayscale: #656565. Windows color (decimal): -7323458 or 12468368. OLE color: 12468368.

HSL color Cylindrical-coordinate representation of color #9040BE: hue angle of 278.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9040BE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 64 190 -
CMYK 0.24 0.66 0 0.25
HSL 278.1º 0.5% 0.5% -
HSV(B) 278.1º 0.66% 0.75% -
XYZ 22.63 13.31 50.09 -
YUV 102.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 144 64 190 0.24 0.66 0 0.25 278.1 0.5 0.5
Hex 90 40 BE 18 42 0 19 116 32 32
Octal 220 100 276 30 102 0 31 426 62 62
Binary 10010000 1000000 10111110 11000 1000010 0 11001 100010110 110010 110010

Color Harmonies of #9040BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040BE

Black with #9040BE

Text Example


Text Example

White with #9040BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,64,190); }

 H1.HeaderClassName
 {
   color: #9040BE;
 }
 .AnyTagClassName
 {
   color: #9040BE;
 }
</style>

background-color css

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

 a { background-color: rgb(144,64,190); }

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

border-color css

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

 span { border-color: rgb(144,64,190); }

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