Html Css Color HEX #88237F Dark Purple

📋 copy color: '#88237F'

red 136 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #88237F

Tints of Dark Purple #88237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 45.64%
G = 11.74%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88237F (or 0x88237F) is known color: Dark Purple. HEX triplet: 88, 23 and 7F. RGB value is (136,35,127). Sum of RGB (Red+Green+Blue) = 136+35+127=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88237F is #77DC80. Grayscale: #4B4B4B. Windows color (decimal): -7855233 or 8332168. OLE color: 8332168.

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

Color convert

RGB 136 35 127 -
CMYK 0 0.74 0.07 0.47
HSL 305.35º 0.59% 0.34% -
HSV(B) 305.35º 0.74% 0.53% -
XYZ 14.59 7.97 20.85 -
YUV 75.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 136 35 127 0 0.74 0.07 0.47 305.35 0.59 0.34
Hex 88 23 7F 0 4A 7 2F 131 3B 22
Octal 210 43 177 0 112 7 57 461 73 42
Binary 10001000 100011 1111111 0 1001010 111 101111 100110001 111011 100010

Color Harmonies of #88237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88237F

Black with #88237F

Text Example


Text Example

White with #88237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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