Html Css Color HEX #9041CE Dark Orchid

📋 copy color: '#9041CE'

red 144 ◦ green 65 ◦ blue 206

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

Shades of Dark Orchid #9041CE

Tints of Dark Orchid #9041CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 34.7%
G = 15.66%
B = 49.64%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9041CE (or 0x9041CE) is known color: Dark Orchid. HEX triplet: 90, 41 and CE. RGB value is (144,65,206). Sum of RGB (Red+Green+Blue) = 144+65+206=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #9041CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041CE is #6FBE31. Grayscale: #686868. Windows color (decimal): -7323186 or 13517200. OLE color: 13517200.

HSL color Cylindrical-coordinate representation of color #9041CE: hue angle of 273.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9041CE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 65 206 -
CMYK 0.30 0.68 0 0.19
HSL 273.62º 0.59% 0.53% -
HSV(B) 273.62º 0.68% 0.81% -
XYZ 24.53 14.17 59.83 -
YUV 104.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 144 65 206 0.30 0.68 0 0.19 273.62 0.59 0.53
Hex 90 41 CE 1E 44 0 13 112 3B 35
Octal 220 101 316 36 104 0 23 422 73 65
Binary 10010000 1000001 11001110 11110 1000100 0 10011 100010010 111011 110101

Color Harmonies of #9041CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9041CE

Black with #9041CE

Text Example


Text Example

White with #9041CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9041CE; }

 p { color: rgb(144,65,206); }

 H1.HeaderClassName
 {
   color: #9041CE;
 }
 .AnyTagClassName
 {
   color: #9041CE;
 }
</style>

background-color css

<style>
 a { background-color: #9041CE; }

 a { background-color: rgb(144,65,206); }

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

border-color css

<style>
 span { border-color: #9041CE; }

 span { border-color: rgb(144,65,206); }

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