Html Css Color HEX #9D2DC0 Dark Orchid

📋 copy color: '#9D2DC0'

red 157 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #9D2DC0

Tints of Dark Orchid #9D2DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 39.85%
G = 11.42%
B = 48.73%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D2DC0 (or 0x9D2DC0) is known color: Dark Orchid. HEX triplet: 9D, 2D and C0. RGB value is (157,45,192). Sum of RGB (Red+Green+Blue) = 157+45+192=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D2DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2DC0 is #62D23F. Grayscale: #5E5E5E. Windows color (decimal): -6476352 or 12594589. OLE color: 12594589.

HSL color Cylindrical-coordinate representation of color #9D2DC0: hue angle of 285.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2DC0 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 45 192 -
CMYK 0.18 0.77 0 0.25
HSL 285.71º 0.62% 0.46% -
HSV(B) 285.71º 0.77% 0.75% -
XYZ 24.36 12.85 51.07 -
YUV 95.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 157 45 192 0.18 0.77 0 0.25 285.71 0.62 0.46
Hex 9D 2D C0 12 4D 0 19 11E 3E 2E
Octal 235 55 300 22 115 0 31 436 76 56
Binary 10011101 101101 11000000 10010 1001101 0 11001 100011110 111110 101110

Color Harmonies of #9D2DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2DC0

Black with #9D2DC0

Text Example


Text Example

White with #9D2DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,45,192); }

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

background-color css

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

 a { background-color: rgb(157,45,192); }

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

border-color css

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

 span { border-color: rgb(157,45,192); }

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