Html Css Color HEX #853092 Vivid Violet

📋 copy color: '#853092'

red 133 ◦ green 48 ◦ blue 146

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

Shades of Vivid Violet #853092

Tints of Vivid Violet #853092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 40.67%
G = 14.68%
B = 44.65%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#853092 (or 0x853092) is known color: Vivid Violet. HEX triplet: 85, 30 and 92. RGB value is (133,48,146). Sum of RGB (Red+Green+Blue) = 133+48+146=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #853092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853092 is #7ACF6D. Grayscale: #545454. Windows color (decimal): -8048494 or 9580677. OLE color: 9580677.

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

Color convert

RGB 133 48 146 -
CMYK 0.09 0.67 0 0.43
HSL 292.04º 0.51% 0.38% -
HSV(B) 292.04º 0.67% 0.57% -
XYZ 15.92 9.18 28.13 -
YUV 84.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 133 48 146 0.09 0.67 0 0.43 292.04 0.51 0.38
Hex 85 30 92 9 43 0 2B 124 33 26
Octal 205 60 222 11 103 0 53 444 63 46
Binary 10000101 110000 10010010 1001 1000011 0 101011 100100100 110011 100110

Color Harmonies of #853092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853092

Black with #853092

Text Example


Text Example

White with #853092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853092; }

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

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

background-color css

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

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

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

border-color css

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

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

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