Html Css Color HEX #85279F Vivid Violet

📋 copy color: '#85279F'

red 133 ◦ green 39 ◦ blue 159

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

Shades of Vivid Violet #85279F

Tints of Vivid Violet #85279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 40.18%
G = 11.78%
B = 48.04%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85279F (or 0x85279F) is known color: Vivid Violet. HEX triplet: 85, 27 and 9F. RGB value is (133,39,159). Sum of RGB (Red+Green+Blue) = 133+39+159=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #85279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85279F is #7AD860. Grayscale: #505050. Windows color (decimal): -8050785 or 10430341. OLE color: 10430341.

HSL color Cylindrical-coordinate representation of color #85279F: hue angle of 287º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85279F is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 39 159 -
CMYK 0.16 0.75 0 0.38
HSL 287º 0.61% 0.39% -
HSV(B) 287º 0.75% 0.62% -
XYZ 16.66 8.94 33.65 -
YUV 80.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 133 39 159 0.16 0.75 0 0.38 287 0.61 0.39
Hex 85 27 9F 10 4B 0 26 11F 3D 27
Octal 205 47 237 20 113 0 46 437 75 47
Binary 10000101 100111 10011111 10000 1001011 0 100110 100011111 111101 100111

Color Harmonies of #85279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85279F

Black with #85279F

Text Example


Text Example

White with #85279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,39,159); }

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

background-color css

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

 a { background-color: rgb(133,39,159); }

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

border-color css

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

 span { border-color: rgb(133,39,159); }

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