Html Css Color HEX #9D36DB Dark Orchid

📋 copy color: '#9D36DB'

red 157 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #9D36DB

Tints of Dark Orchid #9D36DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.56%

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

R = 36.51%
G = 12.56%
B = 50.93%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D36DB (or 0x9D36DB) is known color: Dark Orchid. HEX triplet: 9D, 36 and DB. RGB value is (157,54,219). Sum of RGB (Red+Green+Blue) = 157+54+219=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D36DB is #62C924. Grayscale: #676767. Windows color (decimal): -6474021 or 14366365. OLE color: 14366365.

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

Color convert

RGB 157 54 219 -
CMYK 0.28 0.75 0 0.14
HSL 277.45º 0.7% 0.54% -
HSV(B) 277.45º 0.75% 0.86% -
XYZ 28.01 14.92 68.42 -
YUV 103.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 157 54 219 0.28 0.75 0 0.14 277.45 0.7 0.54
Hex 9D 36 DB 1C 4B 0 E 115 46 36
Octal 235 66 333 34 113 0 16 425 106 66
Binary 10011101 110110 11011011 11100 1001011 0 1110 100010101 1000110 110110

Color Harmonies of #9D36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D36DB

Black with #9D36DB

Text Example


Text Example

White with #9D36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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