Html Css Color HEX #88307F Dark Purple

📋 copy color: '#88307F'

red 136 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #88307F

Tints of Dark Purple #88307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 43.73%
G = 15.43%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88307F (or 0x88307F) is known color: Dark Purple. HEX triplet: 88, 30 and 7F. RGB value is (136,48,127). Sum of RGB (Red+Green+Blue) = 136+48+127=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88307F is #77CF80. Grayscale: #535353. Windows color (decimal): -7851905 or 8335496. OLE color: 8335496.

HSL color Cylindrical-coordinate representation of color #88307F: hue angle of 306.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88307F is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 127 -
CMYK 0 0.65 0.07 0.47
HSL 306.14º 0.48% 0.36% -
HSV(B) 306.14º 0.65% 0.53% -
XYZ 15.04 8.88 21 -
YUV 83.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 136 48 127 0 0.65 0.07 0.47 306.14 0.48 0.36
Hex 88 30 7F 0 41 7 2F 132 30 24
Octal 210 60 177 0 101 7 57 462 60 44
Binary 10001000 110000 1111111 0 1000001 111 101111 100110010 110000 100100

Color Harmonies of #88307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88307F

Black with #88307F

Text Example


Text Example

White with #88307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,48,127); }

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

background-color css

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

 a { background-color: rgb(136,48,127); }

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

border-color css

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

 span { border-color: rgb(136,48,127); }

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