Html Css Color HEX #9A20CB Dark Orchid

📋 copy color: '#9A20CB'

red 154 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #9A20CB

Tints of Dark Orchid #9A20CB

RGB

 RED value IS 154 (60.55% from 255) = 39.59%

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 39.59%
G = 8.23%
B = 52.19%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A20CB (or 0x9A20CB) is known color: Dark Orchid. HEX triplet: 9A, 20 and CB. RGB value is (154,32,203). Sum of RGB (Red+Green+Blue) = 154+32+203=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A20CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A20CB is #65DF34. Grayscale: #575757. Windows color (decimal): -6676277 or 13312154. OLE color: 13312154.

HSL color Cylindrical-coordinate representation of color #9A20CB: hue angle of 282.81º 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 #9A20CB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 32 203 -
CMYK 0.24 0.84 0 0.20
HSL 282.81º 0.73% 0.46% -
HSV(B) 282.81º 0.84% 0.8% -
XYZ 24.62 12.21 57.56 -
YUV 87.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 154 32 203 0.24 0.84 0 0.20 282.81 0.73 0.46
Hex 9A 20 CB 18 54 0 14 11B 49 2E
Octal 232 40 313 30 124 0 24 433 111 56
Binary 10011010 100000 11001011 11000 1010100 0 10100 100011011 1001001 101110

Color Harmonies of #9A20CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A20CB

Black with #9A20CB

Text Example


Text Example

White with #9A20CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A20CB; }

 p { color: rgb(154,32,203); }

 H1.HeaderClassName
 {
   color: #9A20CB;
 }
 .AnyTagClassName
 {
   color: #9A20CB;
 }
</style>

background-color css

<style>
 a { background-color: #9A20CB; }

 a { background-color: rgb(154,32,203); }

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

border-color css

<style>
 span { border-color: #9A20CB; }

 span { border-color: rgb(154,32,203); }

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