Html Css Color HEX #9520CD Dark Orchid

📋 copy color: '#9520CD'

red 149 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #9520CD

Tints of Dark Orchid #9520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 38.6%
G = 8.29%
B = 53.11%

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

#9520CD (or 0x9520CD) is known color: Dark Orchid. HEX triplet: 95, 20 and CD. RGB value is (149,32,205). Sum of RGB (Red+Green+Blue) = 149+32+205=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #9520CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520CD is #6ADF32. Grayscale: #565656. Windows color (decimal): -7003955 or 13443221. OLE color: 13443221.

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

Color convert

RGB 149 32 205 -
CMYK 0.27 0.84 0 0.20
HSL 280.58º 0.73% 0.46% -
HSV(B) 280.58º 0.84% 0.8% -
XYZ 23.93 11.83 58.78 -
YUV 86.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 149 32 205 0.27 0.84 0 0.20 280.58 0.73 0.46
Hex 95 20 CD 1B 54 0 14 119 49 2E
Octal 225 40 315 33 124 0 24 431 111 56
Binary 10010101 100000 11001101 11011 1010100 0 10100 100011001 1001001 101110

Color Harmonies of #9520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520CD

Black with #9520CD

Text Example


Text Example

White with #9520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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