Html Css Color HEX #853393 Vivid Violet

📋 copy color: '#853393'

red 133 ◦ green 51 ◦ blue 147

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

Shades of Vivid Violet #853393

Tints of Vivid Violet #853393

RGB

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

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

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

R = 40.18%
G = 15.41%
B = 44.41%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853393 (or 0x853393) is known color: Vivid Violet. HEX triplet: 85, 33 and 93. RGB value is (133,51,147). Sum of RGB (Red+Green+Blue) = 133+51+147=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #853393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853393 is #7ACC6C. Grayscale: #565656. Windows color (decimal): -8047725 or 9646981. OLE color: 9646981.

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

Color convert

RGB 133 51 147 -
CMYK 0.10 0.65 0 0.42
HSL 291.25º 0.48% 0.39% -
HSV(B) 291.25º 0.65% 0.58% -
XYZ 16.12 9.46 28.58 -
YUV 86.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 133 51 147 0.10 0.65 0 0.42 291.25 0.48 0.39
Hex 85 33 93 A 41 0 2A 123 30 27
Octal 205 63 223 12 101 0 52 443 60 47
Binary 10000101 110011 10010011 1010 1000001 0 101010 100100011 110000 100111

Color Harmonies of #853393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853393

Black with #853393

Text Example


Text Example

White with #853393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853393; }

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

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

background-color css

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

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

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

border-color css

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

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

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