Html Css Color HEX #852293 Vivid Violet

📋 copy color: '#852293'

red 133 ◦ green 34 ◦ blue 147

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

Shades of Vivid Violet #852293

Tints of Vivid Violet #852293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 42.36%
G = 10.83%
B = 46.82%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852293 (or 0x852293) is known color: Vivid Violet. HEX triplet: 85, 22 and 93. RGB value is (133,34,147). Sum of RGB (Red+Green+Blue) = 133+34+147=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #852293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852293 is #7ADD6C. Grayscale: #4C4C4C. Windows color (decimal): -8052077 or 9642629. OLE color: 9642629.

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

Color convert

RGB 133 34 147 -
CMYK 0.10 0.77 0 0.42
HSL 292.57º 0.62% 0.35% -
HSV(B) 292.57º 0.77% 0.58% -
XYZ 15.51 8.24 28.38 -
YUV 76.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 133 34 147 0.10 0.77 0 0.42 292.57 0.62 0.35
Hex 85 22 93 A 4D 0 2A 125 3E 23
Octal 205 42 223 12 115 0 52 445 76 43
Binary 10000101 100010 10010011 1010 1001101 0 101010 100100101 111110 100011

Color Harmonies of #852293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852293

Black with #852293

Text Example


Text Example

White with #852293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852293; }

 p { color: rgb(133,34,147); }

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

background-color css

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

 a { background-color: rgb(133,34,147); }

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

border-color css

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

 span { border-color: rgb(133,34,147); }

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