Html Css Color HEX #9D2ACC Dark Orchid

📋 copy color: '#9D2ACC'

red 157 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #9D2ACC

Tints of Dark Orchid #9D2ACC

RGB

 RED value IS 157 (61.72% from 255) = 38.96%

 GREEN value IS 42 (16.8% from 255) = 10.42%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 38.96%
G = 10.42%
B = 50.62%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D2ACC (or 0x9D2ACC) is known color: Dark Orchid. HEX triplet: 9D, 2A and CC. RGB value is (157,42,204). Sum of RGB (Red+Green+Blue) = 157+42+204=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2ACC is #62D533. Grayscale: #5E5E5E. Windows color (decimal): -6477108 or 13380253. OLE color: 13380253.

HSL color Cylindrical-coordinate representation of color #9D2ACC: hue angle of 282.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2ACC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 42 204 -
CMYK 0.23 0.79 0 0.2
HSL 282.59º 0.66% 0.48% -
HSV(B) 282.59º 0.79% 0.8% -
XYZ 25.63 13.18 58.32 -
YUV 94.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 157 42 204 0.23 0.79 0 0.2 282.59 0.66 0.48
Hex 9D 2A CC 17 4F 0 14 11B 42 30
Octal 235 52 314 27 117 0 24 433 102 60
Binary 10011101 101010 11001100 10111 1001111 0 10100 100011011 1000010 110000

Color Harmonies of #9D2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2ACC

Black with #9D2ACC

Text Example


Text Example

White with #9D2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,42,204); }

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

background-color css

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

 a { background-color: rgb(157,42,204); }

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

border-color css

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

 span { border-color: rgb(157,42,204); }

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