Html Css Color HEX #9020CC Dark Orchid

📋 copy color: '#9020CC'

red 144 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #9020CC

Tints of Dark Orchid #9020CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.42%

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

R = 37.89%
G = 8.42%
B = 53.68%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9020CC (or 0x9020CC) is known color: Dark Orchid. HEX triplet: 90, 20 and CC. RGB value is (144,32,204). Sum of RGB (Red+Green+Blue) = 144+32+204=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #9020CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020CC is #6FDF33. Grayscale: #545454. Windows color (decimal): -7331636 or 13377680. OLE color: 13377680.

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

Color convert

RGB 144 32 204 -
CMYK 0.29 0.84 0 0.2
HSL 279.07º 0.73% 0.46% -
HSV(B) 279.07º 0.84% 0.8% -
XYZ 22.92 11.32 58.1 -
YUV 85.1 195.11 170.01 -
System Red Green Blue C M Y K H S L
Decimal 144 32 204 0.29 0.84 0 0.2 279.07 0.73 0.46
Hex 90 20 CC 1D 54 0 14 117 49 2E
Octal 220 40 314 35 124 0 24 427 111 56
Binary 10010000 100000 11001100 11101 1010100 0 10100 100010111 1001001 101110

Color Harmonies of #9020CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9020CC

Black with #9020CC

Text Example


Text Example

White with #9020CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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