Html Css Color HEX #853392 Vivid Violet

📋 copy color: '#853392'

red 133 ◦ green 51 ◦ blue 146

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

Shades of Vivid Violet #853392

Tints of Vivid Violet #853392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 40.3%
G = 15.45%
B = 44.24%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#853392 (or 0x853392) is known color: Vivid Violet. HEX triplet: 85, 33 and 92. RGB value is (133,51,146). Sum of RGB (Red+Green+Blue) = 133+51+146=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #853392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853392 is #7ACC6D. Grayscale: #565656. Windows color (decimal): -8047726 or 9581445. OLE color: 9581445.

HSL color Cylindrical-coordinate representation of color #853392: hue angle of 291.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853392 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 51 146 -
CMYK 0.09 0.65 0 0.43
HSL 291.79º 0.48% 0.39% -
HSV(B) 291.79º 0.65% 0.57% -
XYZ 16.05 9.43 28.17 -
YUV 86.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 133 51 146 0.09 0.65 0 0.43 291.79 0.48 0.39
Hex 85 33 92 9 41 0 2B 124 30 27
Octal 205 63 222 11 101 0 53 444 60 47
Binary 10000101 110011 10010010 1001 1000001 0 101011 100100100 110000 100111

Color Harmonies of #853392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853392

Black with #853392

Text Example


Text Example

White with #853392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853392; }

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

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

background-color css

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

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

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

border-color css

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

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

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