Html Css Color HEX #853094 Vivid Violet

📋 copy color: '#853094'

red 133 ◦ green 48 ◦ blue 148

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

Shades of Vivid Violet #853094

Tints of Vivid Violet #853094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 40.43%
G = 14.59%
B = 44.98%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853094 (or 0x853094) is known color: Vivid Violet. HEX triplet: 85, 30 and 94. RGB value is (133,48,148). Sum of RGB (Red+Green+Blue) = 133+48+148=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #853094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853094 is #7ACF6B. Grayscale: #545454. Windows color (decimal): -8048492 or 9711749. OLE color: 9711749.

HSL color Cylindrical-coordinate representation of color #853094: hue angle of 291º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853094 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 48 148 -
CMYK 0.10 0.68 0 0.42
HSL 291º 0.51% 0.38% -
HSV(B) 291º 0.68% 0.58% -
XYZ 16.08 9.24 28.95 -
YUV 84.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 133 48 148 0.10 0.68 0 0.42 291 0.51 0.38
Hex 85 30 94 A 44 0 2A 123 33 26
Octal 205 60 224 12 104 0 52 443 63 46
Binary 10000101 110000 10010100 1010 1000100 0 101010 100100011 110011 100110

Color Harmonies of #853094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853094

Black with #853094

Text Example


Text Example

White with #853094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853094; }

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

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

background-color css

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

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

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

border-color css

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

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

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