Html Css Color HEX #853397 Vivid Violet

📋 copy color: '#853397'

red 133 ◦ green 51 ◦ blue 151

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

Shades of Vivid Violet #853397

Tints of Vivid Violet #853397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 39.7%
G = 15.22%
B = 45.07%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#853397 (or 0x853397) is known color: Vivid Violet. HEX triplet: 85, 33 and 97. RGB value is (133,51,151). Sum of RGB (Red+Green+Blue) = 133+51+151=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #853397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853397 is #7ACC68. Grayscale: #565656. Windows color (decimal): -8047721 or 9909125. OLE color: 9909125.

HSL color Cylindrical-coordinate representation of color #853397: hue angle of 289.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853397 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 51 151 -
CMYK 0.12 0.66 0 0.41
HSL 289.2º 0.5% 0.4% -
HSV(B) 289.2º 0.66% 0.59% -
XYZ 16.44 9.59 30.26 -
YUV 86.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 133 51 151 0.12 0.66 0 0.41 289.2 0.5 0.4
Hex 85 33 97 C 42 0 29 121 32 28
Octal 205 63 227 14 102 0 51 441 62 50
Binary 10000101 110011 10010111 1100 1000010 0 101001 100100001 110010 101000

Color Harmonies of #853397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853397

Black with #853397

Text Example


Text Example

White with #853397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853397; }

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

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

background-color css

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

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

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

border-color css

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

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

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