Html Css Color HEX #86097A Purple

📋 copy color: '#86097A'

red 134 ◦ green 9 ◦ blue 122

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

Shades of Purple #86097A

Tints of Purple #86097A

RGB

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

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

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

R = 50.57%
G = 3.4%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86097A (or 0x86097A) is known color: Purple. HEX triplet: 86, 09 and 7A. RGB value is (134,9,122). Sum of RGB (Red+Green+Blue) = 134+9+122=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86097A is #79F685. Grayscale: #3A3A3A. Windows color (decimal): -7992966 or 7997830. OLE color: 7997830.

HSL color Cylindrical-coordinate representation of color #86097A: hue angle of 305.76º 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 #86097A is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 122 -
CMYK 0 0.93 0.09 0.47
HSL 305.76º 0.87% 0.28% -
HSV(B) 305.76º 0.93% 0.53% -
XYZ 13.44 6.67 18.99 -
YUV 59.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 134 9 122 0 0.93 0.09 0.47 305.76 0.87 0.28
Hex 86 9 7A 0 5D 9 2F 132 57 1C
Octal 206 11 172 0 135 11 57 462 127 34
Binary 10000110 1001 1111010 0 1011101 1001 101111 100110010 1010111 11100

Color Harmonies of #86097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86097A

Black with #86097A

Text Example


Text Example

White with #86097A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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