Html Css Color HEX #9920CB Dark Orchid

📋 copy color: '#9920CB'

red 153 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #9920CB

Tints of Dark Orchid #9920CB

RGB

 RED value IS 153 (60.16% from 255) = 39.43%

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

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

R = 39.43%
G = 8.25%
B = 52.32%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9920CB (or 0x9920CB) is known color: Dark Orchid. HEX triplet: 99, 20 and CB. RGB value is (153,32,203). Sum of RGB (Red+Green+Blue) = 153+32+203=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #9920CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9920CB is #66DF34. Grayscale: #575757. Windows color (decimal): -6741813 or 13312153. OLE color: 13312153.

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

Color convert

RGB 153 32 203 -
CMYK 0.25 0.84 0 0.20
HSL 282.46º 0.73% 0.46% -
HSV(B) 282.46º 0.84% 0.8% -
XYZ 24.43 12.12 57.55 -
YUV 87.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 153 32 203 0.25 0.84 0 0.20 282.46 0.73 0.46
Hex 99 20 CB 19 54 0 14 11A 49 2E
Octal 231 40 313 31 124 0 24 432 111 56
Binary 10011001 100000 11001011 11001 1010100 0 10100 100011010 1001001 101110

Color Harmonies of #9920CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9920CB

Black with #9920CB

Text Example


Text Example

White with #9920CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9920CB; }

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

 H1.HeaderClassName
 {
   color: #9920CB;
 }
 .AnyTagClassName
 {
   color: #9920CB;
 }
</style>

background-color css

<style>
 a { background-color: #9920CB; }

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

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

border-color css

<style>
 span { border-color: #9920CB; }

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

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