Html Css Color HEX #853093 Vivid Violet

📋 copy color: '#853093'

red 133 ◦ green 48 ◦ blue 147

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

Shades of Vivid Violet #853093

Tints of Vivid Violet #853093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 40.55%
G = 14.63%
B = 44.82%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853093 (or 0x853093) is known color: Vivid Violet. HEX triplet: 85, 30 and 93. RGB value is (133,48,147). Sum of RGB (Red+Green+Blue) = 133+48+147=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #853093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853093 is #7ACF6C. Grayscale: #545454. Windows color (decimal): -8048493 or 9646213. OLE color: 9646213.

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

Color convert

RGB 133 48 147 -
CMYK 0.10 0.67 0 0.42
HSL 291.52º 0.51% 0.38% -
HSV(B) 291.52º 0.67% 0.58% -
XYZ 16 9.21 28.54 -
YUV 84.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 133 48 147 0.10 0.67 0 0.42 291.52 0.51 0.38
Hex 85 30 93 A 43 0 2A 124 33 26
Octal 205 60 223 12 103 0 52 444 63 46
Binary 10000101 110000 10010011 1010 1000011 0 101010 100100100 110011 100110

Color Harmonies of #853093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853093

Black with #853093

Text Example


Text Example

White with #853093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853093; }

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

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

background-color css

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

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

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

border-color css

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

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

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