Html Css Color HEX #9D1EDB Dark Orchid

📋 copy color: '#9D1EDB'

red 157 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #9D1EDB

Tints of Dark Orchid #9D1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.39%

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

R = 38.67%
G = 7.39%
B = 53.94%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D1EDB (or 0x9D1EDB) is known color: Dark Orchid. HEX triplet: 9D, 1E and DB. RGB value is (157,30,219). Sum of RGB (Red+Green+Blue) = 157+30+219=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D1EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1EDB is #62E124. Grayscale: #585858. Windows color (decimal): -6480165 or 14360221. OLE color: 14360221.

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

Color convert

RGB 157 30 219 -
CMYK 0.28 0.86 0 0.14
HSL 280.32º 0.76% 0.49% -
HSV(B) 280.32º 0.86% 0.86% -
XYZ 27.16 13.21 68.14 -
YUV 89.52 201.08 176.13 -
System Red Green Blue C M Y K H S L
Decimal 157 30 219 0.28 0.86 0 0.14 280.32 0.76 0.49
Hex 9D 1E DB 1C 56 0 E 118 4C 31
Octal 235 36 333 34 126 0 16 430 114 61
Binary 10011101 11110 11011011 11100 1010110 0 1110 100011000 1001100 110001

Color Harmonies of #9D1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1EDB

Black with #9D1EDB

Text Example


Text Example

White with #9D1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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