Html Css Color HEX #86097F Purple

📋 copy color: '#86097F'

red 134 ◦ green 9 ◦ blue 127

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

Shades of Purple #86097F

Tints of Purple #86097F

RGB

 RED value IS 134 (52.73% from 255) = 49.63%

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 49.63%
G = 3.33%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86097F (or 0x86097F) is known color: Purple. HEX triplet: 86, 09 and 7F. RGB value is (134,9,127). Sum of RGB (Red+Green+Blue) = 134+9+127=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #86097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86097F is #79F680. Grayscale: #3B3B3B. Windows color (decimal): -7992961 or 8325510. OLE color: 8325510.

HSL color Cylindrical-coordinate representation of color #86097F: hue angle of 303.36º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86097F is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 127 -
CMYK 0 0.93 0.05 0.47
HSL 303.36º 0.87% 0.28% -
HSV(B) 303.36º 0.93% 0.53% -
XYZ 13.76 6.8 20.67 -
YUV 59.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 134 9 127 0 0.93 0.05 0.47 303.36 0.87 0.28
Hex 86 9 7F 0 5D 5 2F 12F 57 1C
Octal 206 11 177 0 135 5 57 457 127 34
Binary 10000110 1001 1111111 0 1011101 101 101111 100101111 1010111 11100

Color Harmonies of #86097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86097F

Black with #86097F

Text Example


Text Example

White with #86097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,9,127); }

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

background-color css

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

 a { background-color: rgb(134,9,127); }

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

border-color css

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

 span { border-color: rgb(134,9,127); }

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