Html Css Color HEX #9020D0 Dark Orchid

📋 copy color: '#9020D0'

red 144 ◦ green 32 ◦ blue 208

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

Shades of Dark Orchid #9020D0

Tints of Dark Orchid #9020D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 37.5%
G = 8.33%
B = 54.17%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9020D0 (or 0x9020D0) is known color: Dark Orchid. HEX triplet: 90, 20 and D0. RGB value is (144,32,208). Sum of RGB (Red+Green+Blue) = 144+32+208=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #9020D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020D0 is #6FDF2F. Grayscale: #545454. Windows color (decimal): -7331632 or 13639824. OLE color: 13639824.

HSL color Cylindrical-coordinate representation of color #9020D0: hue angle of 278.18º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9020D0 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 32 208 -
CMYK 0.31 0.85 0 0.18
HSL 278.18º 0.73% 0.47% -
HSV(B) 278.18º 0.85% 0.82% -
XYZ 23.4 11.52 60.66 -
YUV 85.55 197.11 169.69 -
System Red Green Blue C M Y K H S L
Decimal 144 32 208 0.31 0.85 0 0.18 278.18 0.73 0.47
Hex 90 20 D0 1F 55 0 12 116 49 2F
Octal 220 40 320 37 125 0 22 426 111 57
Binary 10010000 100000 11010000 11111 1010101 0 10010 100010110 1001001 101111

Color Harmonies of #9020D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9020D0

Black with #9020D0

Text Example


Text Example

White with #9020D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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