Html Css Color HEX #9D3BDB Dark Orchid

📋 copy color: '#9D3BDB'

red 157 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #9D3BDB

Tints of Dark Orchid #9D3BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 36.09%
G = 13.56%
B = 50.34%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D3BDB (or 0x9D3BDB) is known color: Dark Orchid. HEX triplet: 9D, 3B and DB. RGB value is (157,59,219). Sum of RGB (Red+Green+Blue) = 157+59+219=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BDB is #62C424. Grayscale: #6A6A6A. Windows color (decimal): -6472741 or 14367645. OLE color: 14367645.

HSL color Cylindrical-coordinate representation of color #9D3BDB: hue angle of 276.75º degrees, saturation: 0.69, 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 #9D3BDB is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 59 219 -
CMYK 0.28 0.73 0 0.14
HSL 276.75º 0.69% 0.55% -
HSV(B) 276.75º 0.73% 0.86% -
XYZ 28.25 15.41 68.5 -
YUV 106.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 157 59 219 0.28 0.73 0 0.14 276.75 0.69 0.55
Hex 9D 3B DB 1C 49 0 E 115 45 37
Octal 235 73 333 34 111 0 16 425 105 67
Binary 10011101 111011 11011011 11100 1001001 0 1110 100010101 1000101 110111

Color Harmonies of #9D3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3BDB

Black with #9D3BDB

Text Example


Text Example

White with #9D3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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