Html Css Color HEX #9520CB Dark Orchid

📋 copy color: '#9520CB'

red 149 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #9520CB

Tints of Dark Orchid #9520CB

RGB

 RED value IS 149 (58.59% from 255) = 38.8%

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

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

R = 38.8%
G = 8.33%
B = 52.86%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9520CB (or 0x9520CB) is known color: Dark Orchid. HEX triplet: 95, 20 and CB. RGB value is (149,32,203). Sum of RGB (Red+Green+Blue) = 149+32+203=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #9520CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520CB is #6ADF34. Grayscale: #555555. Windows color (decimal): -7003957 or 13312149. OLE color: 13312149.

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

Color convert

RGB 149 32 203 -
CMYK 0.27 0.84 0 0.20
HSL 281.05º 0.73% 0.46% -
HSV(B) 281.05º 0.84% 0.8% -
XYZ 23.69 11.73 57.52 -
YUV 86.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 149 32 203 0.27 0.84 0 0.20 281.05 0.73 0.46
Hex 95 20 CB 1B 54 0 14 119 49 2E
Octal 225 40 313 33 124 0 24 431 111 56
Binary 10010101 100000 11001011 11011 1010100 0 10100 100011001 1001001 101110

Color Harmonies of #9520CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520CB

Black with #9520CB

Text Example


Text Example

White with #9520CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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