Html Css Color HEX #88236C Dark Purple

📋 copy color: '#88236C'

red 136 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #88236C

Tints of Dark Purple #88236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 48.75%
G = 12.54%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88236C (or 0x88236C) is known color: Dark Purple. HEX triplet: 88, 23 and 6C. RGB value is (136,35,108). Sum of RGB (Red+Green+Blue) = 136+35+108=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88236C is #77DC93. Grayscale: #494949. Windows color (decimal): -7855252 or 7086984. OLE color: 7086984.

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

Color convert

RGB 136 35 108 -
CMYK 0 0.74 0.21 0.47
HSL 316.63º 0.59% 0.34% -
HSV(B) 316.63º 0.74% 0.53% -
XYZ 13.46 7.52 14.93 -
YUV 73.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 136 35 108 0 0.74 0.21 0.47 316.63 0.59 0.34
Hex 88 23 6C 0 4A 15 2F 13D 3B 22
Octal 210 43 154 0 112 25 57 475 73 42
Binary 10001000 100011 1101100 0 1001010 10101 101111 100111101 111011 100010

Color Harmonies of #88236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88236C

Black with #88236C

Text Example


Text Example

White with #88236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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