Html Css Color HEX #88196B Dark Purple

📋 copy color: '#88196B'

red 136 ◦ green 25 ◦ blue 107

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

Shades of Dark Purple #88196B

Tints of Dark Purple #88196B

RGB

 RED value IS 136 (53.52% from 255) = 50.75%

 GREEN value IS 25 (10.16% from 255) = 9.33%

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 50.75%
G = 9.33%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88196B (or 0x88196B) is known color: Dark Purple. HEX triplet: 88, 19 and 6B. RGB value is (136,25,107). Sum of RGB (Red+Green+Blue) = 136+25+107=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88196B is #77E694. Grayscale: #434343. Windows color (decimal): -7857813 or 7018888. OLE color: 7018888.

HSL color Cylindrical-coordinate representation of color #88196B: hue angle of 315.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88196B is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 107 -
CMYK 0 0.82 0.21 0.47
HSL 315.68º 0.69% 0.32% -
HSV(B) 315.68º 0.82% 0.53% -
XYZ 13.15 6.99 14.57 -
YUV 67.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 136 25 107 0 0.82 0.21 0.47 315.68 0.69 0.32
Hex 88 19 6B 0 52 15 2F 13C 45 20
Octal 210 31 153 0 122 25 57 474 105 40
Binary 10001000 11001 1101011 0 1010010 10101 101111 100111100 1000101 100000

Color Harmonies of #88196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88196B

Black with #88196B

Text Example


Text Example

White with #88196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,25,107); }

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

background-color css

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

 a { background-color: rgb(136,25,107); }

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

border-color css

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

 span { border-color: rgb(136,25,107); }

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