Html Css Color HEX #85339C Vivid Violet

📋 copy color: '#85339C'

red 133 ◦ green 51 ◦ blue 156

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

Shades of Vivid Violet #85339C

Tints of Vivid Violet #85339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

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

R = 39.12%
G = 15%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85339C (or 0x85339C) is known color: Vivid Violet. HEX triplet: 85, 33 and 9C. RGB value is (133,51,156). Sum of RGB (Red+Green+Blue) = 133+51+156=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #85339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85339C is #7ACC63. Grayscale: #575757. Windows color (decimal): -8047716 or 10236805. OLE color: 10236805.

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

Color convert

RGB 133 51 156 -
CMYK 0.15 0.67 0 0.39
HSL 286.86º 0.51% 0.41% -
HSV(B) 286.86º 0.67% 0.61% -
XYZ 16.86 9.75 32.45 -
YUV 87.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 133 51 156 0.15 0.67 0 0.39 286.86 0.51 0.41
Hex 85 33 9C F 43 0 27 11F 33 29
Octal 205 63 234 17 103 0 47 437 63 51
Binary 10000101 110011 10011100 1111 1000011 0 100111 100011111 110011 101001

Color Harmonies of #85339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85339C

Black with #85339C

Text Example


Text Example

White with #85339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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