Html Css Color HEX #88217F Dark Purple

📋 copy color: '#88217F'

red 136 ◦ green 33 ◦ blue 127

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

Shades of Dark Purple #88217F

Tints of Dark Purple #88217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

 BLUE value IS 127 (50% from 255) = 42.91%

R = 45.95%
G = 11.15%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88217F (or 0x88217F) is known color: Dark Purple. HEX triplet: 88, 21 and 7F. RGB value is (136,33,127). Sum of RGB (Red+Green+Blue) = 136+33+127=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88217F is #77DE80. Grayscale: #4A4A4A. Windows color (decimal): -7855745 or 8331656. OLE color: 8331656.

HSL color Cylindrical-coordinate representation of color #88217F: hue angle of 305.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88217F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 127 -
CMYK 0 0.76 0.07 0.47
HSL 305.24º 0.61% 0.33% -
HSV(B) 305.24º 0.76% 0.53% -
XYZ 14.53 7.85 20.83 -
YUV 74.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 136 33 127 0 0.76 0.07 0.47 305.24 0.61 0.33
Hex 88 21 7F 0 4C 7 2F 131 3D 21
Octal 210 41 177 0 114 7 57 461 75 41
Binary 10001000 100001 1111111 0 1001100 111 101111 100110001 111101 100001

Color Harmonies of #88217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88217F

Black with #88217F

Text Example


Text Example

White with #88217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88217F; }

 p { color: rgb(136,33,127); }

 H1.HeaderClassName
 {
   color: #88217F;
 }
 .AnyTagClassName
 {
   color: #88217F;
 }
</style>

background-color css

<style>
 a { background-color: #88217F; }

 a { background-color: rgb(136,33,127); }

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

border-color css

<style>
 span { border-color: #88217F; }

 span { border-color: rgb(136,33,127); }

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