Html Css Color HEX #88218B Dark Purple

📋 copy color: '#88218B'

red 136 ◦ green 33 ◦ blue 139

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

Shades of Dark Purple #88218B

Tints of Dark Purple #88218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 44.16%
G = 10.71%
B = 45.13%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88218B (or 0x88218B) is known color: Dark Purple. HEX triplet: 88, 21 and 8B. RGB value is (136,33,139). Sum of RGB (Red+Green+Blue) = 136+33+139=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #88218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88218B is #77DE74. Grayscale: #4B4B4B. Windows color (decimal): -7855733 or 9118088. OLE color: 9118088.

HSL color Cylindrical-coordinate representation of color #88218B: hue angle of 298.3º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88218B is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 33 139 -
CMYK 0.02 0.76 0 0.45
HSL 298.3º 0.62% 0.34% -
HSV(B) 298.3º 0.76% 0.55% -
XYZ 15.36 8.19 25.2 -
YUV 75.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 136 33 139 0.02 0.76 0 0.45 298.3 0.62 0.34
Hex 88 21 8B 2 4C 0 2D 12A 3E 22
Octal 210 41 213 2 114 0 55 452 76 42
Binary 10001000 100001 10001011 10 1001100 0 101101 100101010 111110 100010

Color Harmonies of #88218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88218B

Black with #88218B

Text Example


Text Example

White with #88218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88218B; }

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

 H1.HeaderClassName
 {
   color: #88218B;
 }
 .AnyTagClassName
 {
   color: #88218B;
 }
</style>

background-color css

<style>
 a { background-color: #88218B; }

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

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

border-color css

<style>
 span { border-color: #88218B; }

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

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