Html Css Color HEX #9B1E71 Dark Purple

📋 copy color: '#9B1E71'

red 155 ◦ green 30 ◦ blue 113

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

Shades of Dark Purple #9B1E71

Tints of Dark Purple #9B1E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 52.01%
G = 10.07%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B1E71 (or 0x9B1E71) is known color: Dark Purple. HEX triplet: 9B, 1E and 71. RGB value is (155,30,113). Sum of RGB (Red+Green+Blue) = 155+30+113=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E71 is #64E18E. Grayscale: #4C4C4C. Windows color (decimal): -6611343 or 7413403. OLE color: 7413403.

HSL color Cylindrical-coordinate representation of color #9B1E71: hue angle of 320.16º 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 #9B1E71 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 30 113 -
CMYK 0 0.81 0.27 0.39
HSL 320.16º 0.68% 0.36% -
HSV(B) 320.16º 0.81% 0.61% -
XYZ 16.96 9.09 16.48 -
YUV 76.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 155 30 113 0 0.81 0.27 0.39 320.16 0.68 0.36
Hex 9B 1E 71 0 51 1B 27 140 44 24
Octal 233 36 161 0 121 33 47 500 104 44
Binary 10011011 11110 1110001 0 1010001 11011 100111 101000000 1000100 100100

Color Harmonies of #9B1E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E71

Black with #9B1E71

Text Example


Text Example

White with #9B1E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,30,113); }

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

background-color css

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

 a { background-color: rgb(155,30,113); }

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

border-color css

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

 span { border-color: rgb(155,30,113); }

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