Html Css Color HEX #9023CC Dark Orchid

📋 copy color: '#9023CC'

red 144 ◦ green 35 ◦ blue 204

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

Shades of Dark Orchid #9023CC

Tints of Dark Orchid #9023CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 37.6%
G = 9.14%
B = 53.26%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9023CC (or 0x9023CC) is known color: Dark Orchid. HEX triplet: 90, 23 and CC. RGB value is (144,35,204). Sum of RGB (Red+Green+Blue) = 144+35+204=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #9023CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9023CC is #6FDC33. Grayscale: #565656. Windows color (decimal): -7330868 or 13378448. OLE color: 13378448.

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

Color convert

RGB 144 35 204 -
CMYK 0.29 0.83 0 0.2
HSL 278.7º 0.71% 0.47% -
HSV(B) 278.7º 0.83% 0.8% -
XYZ 23 11.49 58.13 -
YUV 86.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 144 35 204 0.29 0.83 0 0.2 278.7 0.71 0.47
Hex 90 23 CC 1D 53 0 14 117 47 2F
Octal 220 43 314 35 123 0 24 427 107 57
Binary 10010000 100011 11001100 11101 1010011 0 10100 100010111 1000111 101111

Color Harmonies of #9023CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9023CC

Black with #9023CC

Text Example


Text Example

White with #9023CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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