Html Css Color HEX #85279C Vivid Violet

📋 copy color: '#85279C'

red 133 ◦ green 39 ◦ blue 156

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

Shades of Vivid Violet #85279C

Tints of Vivid Violet #85279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 40.55%
G = 11.89%
B = 47.56%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85279C (or 0x85279C) is known color: Vivid Violet. HEX triplet: 85, 27 and 9C. RGB value is (133,39,156). Sum of RGB (Red+Green+Blue) = 133+39+156=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #85279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85279C is #7AD863. Grayscale: #505050. Windows color (decimal): -8050788 or 10233733. OLE color: 10233733.

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

Color convert

RGB 133 39 156 -
CMYK 0.15 0.75 0 0.39
HSL 288.21º 0.6% 0.38% -
HSV(B) 288.21º 0.75% 0.61% -
XYZ 16.4 8.84 32.29 -
YUV 80.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 133 39 156 0.15 0.75 0 0.39 288.21 0.6 0.38
Hex 85 27 9C F 4B 0 27 120 3C 26
Octal 205 47 234 17 113 0 47 440 74 46
Binary 10000101 100111 10011100 1111 1001011 0 100111 100100000 111100 100110

Color Harmonies of #85279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85279C

Black with #85279C

Text Example


Text Example

White with #85279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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