Html Css Color HEX #9D39DB Dark Orchid

📋 copy color: '#9D39DB'

red 157 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #9D39DB

Tints of Dark Orchid #9D39DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.16%

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

R = 36.26%
G = 13.16%
B = 50.58%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D39DB (or 0x9D39DB) is known color: Dark Orchid. HEX triplet: 9D, 39 and DB. RGB value is (157,57,219). Sum of RGB (Red+Green+Blue) = 157+57+219=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D39DB is #62C624. Grayscale: #686868. Windows color (decimal): -6473253 or 14367133. OLE color: 14367133.

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

Color convert

RGB 157 57 219 -
CMYK 0.28 0.74 0 0.14
HSL 277.04º 0.69% 0.54% -
HSV(B) 277.04º 0.74% 0.86% -
XYZ 28.15 15.21 68.47 -
YUV 105.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 157 57 219 0.28 0.74 0 0.14 277.04 0.69 0.54
Hex 9D 39 DB 1C 4A 0 E 115 45 36
Octal 235 71 333 34 112 0 16 425 105 66
Binary 10011101 111001 11011011 11100 1001010 0 1110 100010101 1000101 110110

Color Harmonies of #9D39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D39DB

Black with #9D39DB

Text Example


Text Example

White with #9D39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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