Html Css Color HEX #9023CE Dark Orchid

📋 copy color: '#9023CE'

red 144 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #9023CE

Tints of Dark Orchid #9023CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

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

R = 37.4%
G = 9.09%
B = 53.51%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9023CE (or 0x9023CE) is known color: Dark Orchid. HEX triplet: 90, 23 and CE. RGB value is (144,35,206). Sum of RGB (Red+Green+Blue) = 144+35+206=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #9023CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9023CE is #6FDC31. Grayscale: #565656. Windows color (decimal): -7330866 or 13509520. OLE color: 13509520.

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

Color convert

RGB 144 35 206 -
CMYK 0.30 0.83 0 0.19
HSL 278.25º 0.71% 0.47% -
HSV(B) 278.25º 0.83% 0.81% -
XYZ 23.24 11.59 59.4 -
YUV 87.09 195.11 168.6 -
System Red Green Blue C M Y K H S L
Decimal 144 35 206 0.30 0.83 0 0.19 278.25 0.71 0.47
Hex 90 23 CE 1E 53 0 13 116 47 2F
Octal 220 43 316 36 123 0 23 426 107 57
Binary 10010000 100011 11001110 11110 1010011 0 10011 100010110 1000111 101111

Color Harmonies of #9023CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9023CE

Black with #9023CE

Text Example


Text Example

White with #9023CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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