Html Css Color HEX #88147B Dark Purple

📋 copy color: '#88147B'

red 136 ◦ green 20 ◦ blue 123

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

Shades of Dark Purple #88147B

Tints of Dark Purple #88147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

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

R = 48.75%
G = 7.17%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88147B (or 0x88147B) is known color: Dark Purple. HEX triplet: 88, 14 and 7B. RGB value is (136,20,123). Sum of RGB (Red+Green+Blue) = 136+20+123=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88147B is #77EB84. Grayscale: #424242. Windows color (decimal): -7859077 or 8066184. OLE color: 8066184.

HSL color Cylindrical-coordinate representation of color #88147B: hue angle of 306.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88147B is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 123 -
CMYK 0 0.85 0.10 0.47
HSL 306.72º 0.74% 0.31% -
HSV(B) 306.72º 0.85% 0.53% -
XYZ 13.98 7.16 19.39 -
YUV 66.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 136 20 123 0 0.85 0.10 0.47 306.72 0.74 0.31
Hex 88 14 7B 0 55 A 2F 133 4A 1F
Octal 210 24 173 0 125 12 57 463 112 37
Binary 10001000 10100 1111011 0 1010101 1010 101111 100110011 1001010 11111

Color Harmonies of #88147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88147B

Black with #88147B

Text Example


Text Example

White with #88147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,20,123); }

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

background-color css

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

 a { background-color: rgb(136,20,123); }

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

border-color css

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

 span { border-color: rgb(136,20,123); }

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