Html Css Color HEX #88367B Dark Purple

📋 copy color: '#88367B'

red 136 ◦ green 54 ◦ blue 123

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

Shades of Dark Purple #88367B

Tints of Dark Purple #88367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 43.45%
G = 17.25%
B = 39.3%

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

#88367B (or 0x88367B) is known color: Dark Purple. HEX triplet: 88, 36 and 7B. RGB value is (136,54,123). Sum of RGB (Red+Green+Blue) = 136+54+123=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88367B is #77C984. Grayscale: #565656. Windows color (decimal): -7850373 or 8074888. OLE color: 8074888.

HSL color Cylindrical-coordinate representation of color #88367B: hue angle of 309.51º 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 #88367B is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 123 -
CMYK 0 0.60 0.10 0.47
HSL 309.51º 0.43% 0.37% -
HSV(B) 309.51º 0.6% 0.53% -
XYZ 15.05 9.3 19.74 -
YUV 86.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 136 54 123 0 0.60 0.10 0.47 309.51 0.43 0.37
Hex 88 36 7B 0 3C A 2F 136 2B 25
Octal 210 66 173 0 74 12 57 466 53 45
Binary 10001000 110110 1111011 0 111100 1010 101111 100110110 101011 100101

Color Harmonies of #88367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88367B

Black with #88367B

Text Example


Text Example

White with #88367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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