Html Css Color HEX #852392 Vivid Violet

📋 copy color: '#852392'

red 133 ◦ green 35 ◦ blue 146

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

Shades of Vivid Violet #852392

Tints of Vivid Violet #852392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 42.36%
G = 11.15%
B = 46.5%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#852392 (or 0x852392) is known color: Vivid Violet. HEX triplet: 85, 23 and 92. RGB value is (133,35,146). Sum of RGB (Red+Green+Blue) = 133+35+146=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #852392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852392 is #7ADC6D. Grayscale: #4C4C4C. Windows color (decimal): -8051822 or 9577349. OLE color: 9577349.

HSL color Cylindrical-coordinate representation of color #852392: hue angle of 292.97º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852392 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 35 146 -
CMYK 0.09 0.76 0 0.43
HSL 292.97º 0.61% 0.35% -
HSV(B) 292.97º 0.76% 0.57% -
XYZ 15.46 8.26 27.97 -
YUV 76.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 133 35 146 0.09 0.76 0 0.43 292.97 0.61 0.35
Hex 85 23 92 9 4C 0 2B 125 3D 23
Octal 205 43 222 11 114 0 53 445 75 43
Binary 10000101 100011 10010010 1001 1001100 0 101011 100100101 111101 100011

Color Harmonies of #852392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852392

Black with #852392

Text Example


Text Example

White with #852392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852392; }

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

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

background-color css

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

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

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

border-color css

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

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

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