Html Css Color HEX #85097F Purple

📋 copy color: '#85097F'

red 133 ◦ green 9 ◦ blue 127

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

Shades of Purple #85097F

Tints of Purple #85097F

RGB

 RED value IS 133 (52.34% from 255) = 49.44%

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

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

R = 49.44%
G = 3.35%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85097F (or 0x85097F) is known color: Purple. HEX triplet: 85, 09 and 7F. RGB value is (133,9,127). Sum of RGB (Red+Green+Blue) = 133+9+127=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #85097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85097F is #7AF680. Grayscale: #3B3B3B. Windows color (decimal): -8058497 or 8325509. OLE color: 8325509.

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

Color convert

RGB 133 9 127 -
CMYK 0 0.93 0.05 0.48
HSL 302.9º 0.87% 0.28% -
HSV(B) 302.9º 0.93% 0.52% -
XYZ 13.6 6.71 20.66 -
YUV 59.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 133 9 127 0 0.93 0.05 0.48 302.9 0.87 0.28
Hex 85 9 7F 0 5D 5 30 12F 57 1C
Octal 205 11 177 0 135 5 60 457 127 34
Binary 10000101 1001 1111111 0 1011101 101 110000 100101111 1010111 11100

Color Harmonies of #85097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85097F

Black with #85097F

Text Example


Text Example

White with #85097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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