Html Css Color HEX #852194 Vivid Violet

📋 copy color: '#852194'

red 133 ◦ green 33 ◦ blue 148

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

Shades of Vivid Violet #852194

Tints of Vivid Violet #852194

RGB

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

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

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

R = 42.36%
G = 10.51%
B = 47.13%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852194 (or 0x852194) is known color: Vivid Violet. HEX triplet: 85, 21 and 94. RGB value is (133,33,148). Sum of RGB (Red+Green+Blue) = 133+33+148=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #852194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852194 is #7ADE6B. Grayscale: #4B4B4B. Windows color (decimal): -8052332 or 9707909. OLE color: 9707909.

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

Color convert

RGB 133 33 148 -
CMYK 0.10 0.78 0 0.42
HSL 292.17º 0.64% 0.35% -
HSV(B) 292.17º 0.78% 0.58% -
XYZ 15.56 8.21 28.78 -
YUV 76.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 133 33 148 0.10 0.78 0 0.42 292.17 0.64 0.35
Hex 85 21 94 A 4E 0 2A 124 40 23
Octal 205 41 224 12 116 0 52 444 100 43
Binary 10000101 100001 10010100 1010 1001110 0 101010 100100100 1000000 100011

Color Harmonies of #852194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852194

Black with #852194

Text Example


Text Example

White with #852194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852194; }

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

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

background-color css

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

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

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

border-color css

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

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

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