Html Css Color HEX #88367A Dark Purple

📋 copy color: '#88367A'

red 136 ◦ green 54 ◦ blue 122

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

Shades of Dark Purple #88367A

Tints of Dark Purple #88367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 43.59%
G = 17.31%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88367A (or 0x88367A) is known color: Dark Purple. HEX triplet: 88, 36 and 7A. RGB value is (136,54,122). Sum of RGB (Red+Green+Blue) = 136+54+122=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88367A is #77C985. Grayscale: #565656. Windows color (decimal): -7850374 or 8009352. OLE color: 8009352.

HSL color Cylindrical-coordinate representation of color #88367A: hue angle of 310.24º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88367A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 122 -
CMYK 0 0.60 0.10 0.47
HSL 310.24º 0.43% 0.37% -
HSV(B) 310.24º 0.6% 0.53% -
XYZ 14.99 9.28 19.41 -
YUV 86.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 136 54 122 0 0.60 0.10 0.47 310.24 0.43 0.37
Hex 88 36 7A 0 3C A 2F 136 2B 25
Octal 210 66 172 0 74 12 57 466 53 45
Binary 10001000 110110 1111010 0 111100 1010 101111 100110110 101011 100101

Color Harmonies of #88367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88367A

Black with #88367A

Text Example


Text Example

White with #88367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88367A; }

 p { color: rgb(136,54,122); }

 H1.HeaderClassName
 {
   color: #88367A;
 }
 .AnyTagClassName
 {
   color: #88367A;
 }
</style>

background-color css

<style>
 a { background-color: #88367A; }

 a { background-color: rgb(136,54,122); }

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

border-color css

<style>
 span { border-color: #88367A; }

 span { border-color: rgb(136,54,122); }

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