Html Css Color HEX #852198 Vivid Violet

📋 copy color: '#852198'

red 133 ◦ green 33 ◦ blue 152

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

Shades of Vivid Violet #852198

Tints of Vivid Violet #852198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 41.82%
G = 10.38%
B = 47.8%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#852198 (or 0x852198) is known color: Vivid Violet. HEX triplet: 85, 21 and 98. RGB value is (133,33,152). Sum of RGB (Red+Green+Blue) = 133+33+152=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #852198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852198 is #7ADE67. Grayscale: #4C4C4C. Windows color (decimal): -8052328 or 9970053. OLE color: 9970053.

HSL color Cylindrical-coordinate representation of color #852198: hue angle of 290.42º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852198 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 33 152 -
CMYK 0.13 0.78 0 0.40
HSL 290.42º 0.64% 0.36% -
HSV(B) 290.42º 0.78% 0.6% -
XYZ 15.88 8.34 30.48 -
YUV 76.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 133 33 152 0.13 0.78 0 0.40 290.42 0.64 0.36
Hex 85 21 98 D 4E 0 28 122 40 24
Octal 205 41 230 15 116 0 50 442 100 44
Binary 10000101 100001 10011000 1101 1001110 0 101000 100100010 1000000 100100

Color Harmonies of #852198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852198

Black with #852198

Text Example


Text Example

White with #852198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852198; }

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

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

background-color css

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

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

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

border-color css

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

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

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