Html Css Color HEX #96117B Dark Purple

📋 copy color: '#96117B'

red 150 ◦ green 17 ◦ blue 123

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

Shades of Dark Purple #96117B

Tints of Dark Purple #96117B

RGB

 RED value IS 150 (58.98% from 255) = 51.72%

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 51.72%
G = 5.86%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96117B (or 0x96117B) is known color: Dark Purple. HEX triplet: 96, 11 and 7B. RGB value is (150,17,123). Sum of RGB (Red+Green+Blue) = 150+17+123=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96117B is #69EE84. Grayscale: #444444. Windows color (decimal): -6942341 or 8065430. OLE color: 8065430.

HSL color Cylindrical-coordinate representation of color #96117B: hue angle of 312.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96117B is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 123 -
CMYK 0 0.89 0.18 0.41
HSL 312.18º 0.8% 0.33% -
HSV(B) 312.18º 0.89% 0.59% -
XYZ 16.35 8.31 19.48 -
YUV 68.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 150 17 123 0 0.89 0.18 0.41 312.18 0.8 0.33
Hex 96 11 7B 0 59 12 29 138 50 21
Octal 226 21 173 0 131 22 51 470 120 41
Binary 10010110 10001 1111011 0 1011001 10010 101001 100111000 1010000 100001

Color Harmonies of #96117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96117B

Black with #96117B

Text Example


Text Example

White with #96117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96117B; }

 p { color: rgb(150,17,123); }

 H1.HeaderClassName
 {
   color: #96117B;
 }
 .AnyTagClassName
 {
   color: #96117B;
 }
</style>

background-color css

<style>
 a { background-color: #96117B; }

 a { background-color: rgb(150,17,123); }

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

border-color css

<style>
 span { border-color: #96117B; }

 span { border-color: rgb(150,17,123); }

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