Html Css Color HEX #9B1774 Dark Purple

📋 copy color: '#9B1774'

red 155 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #9B1774

Tints of Dark Purple #9B1774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 52.72%
G = 7.82%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B1774 (or 0x9B1774) is known color: Dark Purple. HEX triplet: 9B, 17 and 74. RGB value is (155,23,116). Sum of RGB (Red+Green+Blue) = 155+23+116=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1774 is #64E88B. Grayscale: #484848. Windows color (decimal): -6613132 or 7608219. OLE color: 7608219.

HSL color Cylindrical-coordinate representation of color #9B1774: hue angle of 317.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1774 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 23 116 -
CMYK 0 0.85 0.25 0.39
HSL 317.73º 0.74% 0.35% -
HSV(B) 317.73º 0.85% 0.61% -
XYZ 16.98 8.84 17.33 -
YUV 73.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 155 23 116 0 0.85 0.25 0.39 317.73 0.74 0.35
Hex 9B 17 74 0 55 19 27 13E 4A 23
Octal 233 27 164 0 125 31 47 476 112 43
Binary 10011011 10111 1110100 0 1010101 11001 100111 100111110 1001010 100011

Color Harmonies of #9B1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1774

Black with #9B1774

Text Example


Text Example

White with #9B1774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,116); }

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

background-color css

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

 a { background-color: rgb(155,23,116); }

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

border-color css

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

 span { border-color: rgb(155,23,116); }

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