Html Css Color HEX #9D3ADC Dark Orchid

📋 copy color: '#9D3ADC'

red 157 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #9D3ADC

Tints of Dark Orchid #9D3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.33%

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 36.09%
G = 13.33%
B = 50.57%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D3ADC (or 0x9D3ADC) is known color: Dark Orchid. HEX triplet: 9D, 3A and DC. RGB value is (157,58,220). Sum of RGB (Red+Green+Blue) = 157+58+220=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3ADC is #62C523. Grayscale: #696969. Windows color (decimal): -6472996 or 14432925. OLE color: 14432925.

HSL color Cylindrical-coordinate representation of color #9D3ADC: hue angle of 276.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D3ADC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 58 220 -
CMYK 0.29 0.74 0 0.14
HSL 276.67º 0.7% 0.55% -
HSV(B) 276.67º 0.74% 0.86% -
XYZ 28.34 15.36 69.18 -
YUV 106.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 157 58 220 0.29 0.74 0 0.14 276.67 0.7 0.55
Hex 9D 3A DC 1D 4A 0 E 115 46 37
Octal 235 72 334 35 112 0 16 425 106 67
Binary 10011101 111010 11011100 11101 1001010 0 1110 100010101 1000110 110111

Color Harmonies of #9D3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3ADC

Black with #9D3ADC

Text Example


Text Example

White with #9D3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,58,220); }

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

background-color css

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

 a { background-color: rgb(157,58,220); }

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

border-color css

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

 span { border-color: rgb(157,58,220); }

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