Html Css Color HEX #88236F Dark Purple

📋 copy color: '#88236F'

red 136 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #88236F

Tints of Dark Purple #88236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.36%

R = 48.23%
G = 12.41%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88236F (or 0x88236F) is known color: Dark Purple. HEX triplet: 88, 23 and 6F. RGB value is (136,35,111). Sum of RGB (Red+Green+Blue) = 136+35+111=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88236F is #77DC90. Grayscale: #494949. Windows color (decimal): -7855249 or 7283592. OLE color: 7283592.

HSL color Cylindrical-coordinate representation of color #88236F: hue angle of 314.85º 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 #88236F is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 111 -
CMYK 0 0.74 0.18 0.47
HSL 314.85º 0.59% 0.34% -
HSV(B) 314.85º 0.74% 0.53% -
XYZ 13.62 7.58 15.78 -
YUV 73.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 136 35 111 0 0.74 0.18 0.47 314.85 0.59 0.34
Hex 88 23 6F 0 4A 12 2F 13B 3B 22
Octal 210 43 157 0 112 22 57 473 73 42
Binary 10001000 100011 1101111 0 1001010 10010 101111 100111011 111011 100010

Color Harmonies of #88236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88236F

Black with #88236F

Text Example


Text Example

White with #88236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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