Html Css Color HEX #852393 Vivid Violet

📋 copy color: '#852393'

red 133 ◦ green 35 ◦ blue 147

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

Shades of Vivid Violet #852393

Tints of Vivid Violet #852393

RGB

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

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

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

R = 42.22%
G = 11.11%
B = 46.67%

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

#852393 (or 0x852393) is known color: Vivid Violet. HEX triplet: 85, 23 and 93. RGB value is (133,35,147). Sum of RGB (Red+Green+Blue) = 133+35+147=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #852393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852393 is #7ADC6C. Grayscale: #4C4C4C. Windows color (decimal): -8051821 or 9642885. OLE color: 9642885.

HSL color Cylindrical-coordinate representation of color #852393: hue angle of 292.5º 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 #852393 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 35 147 -
CMYK 0.10 0.76 0 0.42
HSL 292.5º 0.62% 0.36% -
HSV(B) 292.5º 0.76% 0.58% -
XYZ 15.54 8.3 28.39 -
YUV 77.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 133 35 147 0.10 0.76 0 0.42 292.5 0.62 0.36
Hex 85 23 93 A 4C 0 2A 124 3E 24
Octal 205 43 223 12 114 0 52 444 76 44
Binary 10000101 100011 10010011 1010 1001100 0 101010 100100100 111110 100100

Color Harmonies of #852393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852393

Black with #852393

Text Example


Text Example

White with #852393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852393; }

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

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

background-color css

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

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

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

border-color css

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

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

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