Html Css Color HEX #853FA4 Vivid Violet

📋 copy color: '#853FA4'

red 133 ◦ green 63 ◦ blue 164

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

Shades of Vivid Violet #853FA4

Tints of Vivid Violet #853FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 36.94%
G = 17.5%
B = 45.56%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#853FA4 (or 0x853FA4) is known color: Vivid Violet. HEX triplet: 85, 3F and A4. RGB value is (133,63,164). Sum of RGB (Red+Green+Blue) = 133+63+164=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #853FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853FA4 is #7AC05B. Grayscale: #5F5F5F. Windows color (decimal): -8044636 or 10764165. OLE color: 10764165.

HSL color Cylindrical-coordinate representation of color #853FA4: hue angle of 281.58º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853FA4 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 63 164 -
CMYK 0.19 0.62 0 0.36
HSL 281.58º 0.44% 0.45% -
HSV(B) 281.58º 0.62% 0.64% -
XYZ 18.15 11.22 36.33 -
YUV 95.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 133 63 164 0.19 0.62 0 0.36 281.58 0.44 0.45
Hex 85 3F A4 13 3E 0 24 11A 2C 2D
Octal 205 77 244 23 76 0 44 432 54 55
Binary 10000101 111111 10100100 10011 111110 0 100100 100011010 101100 101101

Color Harmonies of #853FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FA4

Black with #853FA4

Text Example


Text Example

White with #853FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853FA4; }

 p { color: rgb(133,63,164); }

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

background-color css

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

 a { background-color: rgb(133,63,164); }

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

border-color css

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

 span { border-color: rgb(133,63,164); }

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