Html Css Color HEX #852394 Vivid Violet

📋 copy color: '#852394'

red 133 ◦ green 35 ◦ blue 148

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

Shades of Vivid Violet #852394

Tints of Vivid Violet #852394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 42.09%
G = 11.08%
B = 46.84%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852394 (or 0x852394) is known color: Vivid Violet. HEX triplet: 85, 23 and 94. RGB value is (133,35,148). Sum of RGB (Red+Green+Blue) = 133+35+148=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #852394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852394 is #7ADC6B. Grayscale: #4C4C4C. Windows color (decimal): -8051820 or 9708421. OLE color: 9708421.

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

Color convert

RGB 133 35 148 -
CMYK 0.10 0.76 0 0.42
HSL 292.04º 0.62% 0.36% -
HSV(B) 292.04º 0.76% 0.58% -
XYZ 15.62 8.33 28.8 -
YUV 77.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 133 35 148 0.10 0.76 0 0.42 292.04 0.62 0.36
Hex 85 23 94 A 4C 0 2A 124 3E 24
Octal 205 43 224 12 114 0 52 444 76 44
Binary 10000101 100011 10010100 1010 1001100 0 101010 100100100 111110 100100

Color Harmonies of #852394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852394

Black with #852394

Text Example


Text Example

White with #852394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852394; }

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

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

background-color css

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

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

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

border-color css

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

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

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