Html Css Color HEX #853394 Vivid Violet

📋 copy color: '#853394'

red 133 ◦ green 51 ◦ blue 148

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

Shades of Vivid Violet #853394

Tints of Vivid Violet #853394

RGB

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

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

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

R = 40.06%
G = 15.36%
B = 44.58%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853394 (or 0x853394) is known color: Vivid Violet. HEX triplet: 85, 33 and 94. RGB value is (133,51,148). Sum of RGB (Red+Green+Blue) = 133+51+148=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #853394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853394 is #7ACC6B. Grayscale: #565656. Windows color (decimal): -8047724 or 9712517. OLE color: 9712517.

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

Color convert

RGB 133 51 148 -
CMYK 0.10 0.66 0 0.42
HSL 290.72º 0.49% 0.39% -
HSV(B) 290.72º 0.66% 0.58% -
XYZ 16.2 9.49 29 -
YUV 86.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 133 51 148 0.10 0.66 0 0.42 290.72 0.49 0.39
Hex 85 33 94 A 42 0 2A 123 31 27
Octal 205 63 224 12 102 0 52 443 61 47
Binary 10000101 110011 10010100 1010 1000010 0 101010 100100011 110001 100111

Color Harmonies of #853394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853394

Black with #853394

Text Example


Text Example

White with #853394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853394; }

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

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

background-color css

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

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

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

border-color css

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

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

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