Html Css Color HEX #88227F Dark Purple

📋 copy color: '#88227F'

red 136 ◦ green 34 ◦ blue 127

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

Shades of Dark Purple #88227F

Tints of Dark Purple #88227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

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

R = 45.79%
G = 11.45%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88227F (or 0x88227F) is known color: Dark Purple. HEX triplet: 88, 22 and 7F. RGB value is (136,34,127). Sum of RGB (Red+Green+Blue) = 136+34+127=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88227F is #77DD80. Grayscale: #4A4A4A. Windows color (decimal): -7855489 or 8331912. OLE color: 8331912.

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

Color convert

RGB 136 34 127 -
CMYK 0 0.75 0.07 0.47
HSL 305.29º 0.6% 0.33% -
HSV(B) 305.29º 0.75% 0.53% -
XYZ 14.56 7.91 20.84 -
YUV 75.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 136 34 127 0 0.75 0.07 0.47 305.29 0.6 0.33
Hex 88 22 7F 0 4B 7 2F 131 3C 21
Octal 210 42 177 0 113 7 57 461 74 41
Binary 10001000 100010 1111111 0 1001011 111 101111 100110001 111100 100001

Color Harmonies of #88227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88227F

Black with #88227F

Text Example


Text Example

White with #88227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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