Html Css Color HEX #9D3BDC Dark Orchid

📋 copy color: '#9D3BDC'

red 157 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #9D3BDC

Tints of Dark Orchid #9D3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.53%

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

R = 36.01%
G = 13.53%
B = 50.46%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D3BDC (or 0x9D3BDC) is known color: Dark Orchid. HEX triplet: 9D, 3B and DC. RGB value is (157,59,220). Sum of RGB (Red+Green+Blue) = 157+59+220=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D3BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BDC is #62C423. Grayscale: #6A6A6A. Windows color (decimal): -6472740 or 14433181. OLE color: 14433181.

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

Color convert

RGB 157 59 220 -
CMYK 0.29 0.73 0 0.14
HSL 276.52º 0.7% 0.55% -
HSV(B) 276.52º 0.73% 0.86% -
XYZ 28.39 15.46 69.2 -
YUV 106.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 157 59 220 0.29 0.73 0 0.14 276.52 0.7 0.55
Hex 9D 3B DC 1D 49 0 E 115 46 37
Octal 235 73 334 35 111 0 16 425 106 67
Binary 10011101 111011 11011100 11101 1001001 0 1110 100010101 1000110 110111

Color Harmonies of #9D3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3BDC

Black with #9D3BDC

Text Example


Text Example

White with #9D3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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