Html Css Color HEX #9D1FDB Dark Orchid

📋 copy color: '#9D1FDB'

red 157 ◦ green 31 ◦ blue 219

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

Shades of Dark Orchid #9D1FDB

Tints of Dark Orchid #9D1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.62%

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

R = 38.57%
G = 7.62%
B = 53.81%

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

#9D1FDB (or 0x9D1FDB) is known color: Dark Orchid. HEX triplet: 9D, 1F and DB. RGB value is (157,31,219). Sum of RGB (Red+Green+Blue) = 157+31+219=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1FDB is #62E024. Grayscale: #595959. Windows color (decimal): -6479909 or 14360477. OLE color: 14360477.

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

Color convert

RGB 157 31 219 -
CMYK 0.28 0.86 0 0.14
HSL 280.21º 0.75% 0.49% -
HSV(B) 280.21º 0.86% 0.86% -
XYZ 27.18 13.26 68.15 -
YUV 90.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 157 31 219 0.28 0.86 0 0.14 280.21 0.75 0.49
Hex 9D 1F DB 1C 56 0 E 118 4B 31
Octal 235 37 333 34 126 0 16 430 113 61
Binary 10011101 11111 11011011 11100 1010110 0 1110 100011000 1001011 110001

Color Harmonies of #9D1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1FDB

Black with #9D1FDB

Text Example


Text Example

White with #9D1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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