Html Css Color HEX #853D98 Vivid Violet

📋 copy color: '#853D98'

red 133 ◦ green 61 ◦ blue 152

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

Shades of Vivid Violet #853D98

Tints of Vivid Violet #853D98

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 38.44%
G = 17.63%
B = 43.93%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#853D98 (or 0x853D98) is known color: Vivid Violet. HEX triplet: 85, 3D and 98. RGB value is (133,61,152). Sum of RGB (Red+Green+Blue) = 133+61+152=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #853D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D98 is #7AC267. Grayscale: #5C5C5C. Windows color (decimal): -8045160 or 9977221. OLE color: 9977221.

HSL color Cylindrical-coordinate representation of color #853D98: hue angle of 287.47º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853D98 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 61 152 -
CMYK 0.13 0.60 0 0.40
HSL 287.47º 0.43% 0.42% -
HSV(B) 287.47º 0.6% 0.6% -
XYZ 17.01 10.59 30.85 -
YUV 92.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 133 61 152 0.13 0.60 0 0.40 287.47 0.43 0.42
Hex 85 3D 98 D 3C 0 28 11F 2B 2A
Octal 205 75 230 15 74 0 50 437 53 52
Binary 10000101 111101 10011000 1101 111100 0 101000 100011111 101011 101010

Color Harmonies of #853D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D98

Black with #853D98

Text Example


Text Example

White with #853D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,152); }

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

background-color css

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

 a { background-color: rgb(133,61,152); }

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

border-color css

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

 span { border-color: rgb(133,61,152); }

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