Html Css Color HEX #9B1D7E Dark Purple

📋 copy color: '#9B1D7E'

red 155 ◦ green 29 ◦ blue 126

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

Shades of Dark Purple #9B1D7E

Tints of Dark Purple #9B1D7E

RGB

 RED value IS 155 (60.94% from 255) = 50%

 GREEN value IS 29 (11.72% from 255) = 9.35%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 50%
G = 9.35%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B1D7E (or 0x9B1D7E) is known color: Dark Purple. HEX triplet: 9B, 1D and 7E. RGB value is (155,29,126). Sum of RGB (Red+Green+Blue) = 155+29+126=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1D7E is #64E281. Grayscale: #4D4D4D. Windows color (decimal): -6611586 or 8265115. OLE color: 8265115.

HSL color Cylindrical-coordinate representation of color #9B1D7E: hue angle of 313.81º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D7E is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 29 126 -
CMYK 0 0.81 0.19 0.39
HSL 313.81º 0.68% 0.36% -
HSV(B) 313.81º 0.81% 0.61% -
XYZ 17.72 9.35 20.61 -
YUV 77.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 155 29 126 0 0.81 0.19 0.39 313.81 0.68 0.36
Hex 9B 1D 7E 0 51 13 27 13A 44 24
Octal 233 35 176 0 121 23 47 472 104 44
Binary 10011011 11101 1111110 0 1010001 10011 100111 100111010 1000100 100100

Color Harmonies of #9B1D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D7E

Black with #9B1D7E

Text Example


Text Example

White with #9B1D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,29,126); }

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

background-color css

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

 a { background-color: rgb(155,29,126); }

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

border-color css

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

 span { border-color: rgb(155,29,126); }

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