Html Css Color HEX #852495 Vivid Violet

📋 copy color: '#852495'

red 133 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #852495

Tints of Vivid Violet #852495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 41.82%
G = 11.32%
B = 46.86%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852495 (or 0x852495) is known color: Vivid Violet. HEX triplet: 85, 24 and 95. RGB value is (133,36,149). Sum of RGB (Red+Green+Blue) = 133+36+149=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #852495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852495 is #7ADB6A. Grayscale: #4D4D4D. Windows color (decimal): -8051563 or 9774213. OLE color: 9774213.

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

Color convert

RGB 133 36 149 -
CMYK 0.11 0.76 0 0.42
HSL 291.5º 0.61% 0.36% -
HSV(B) 291.5º 0.76% 0.58% -
XYZ 15.73 8.42 29.23 -
YUV 77.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 133 36 149 0.11 0.76 0 0.42 291.5 0.61 0.36
Hex 85 24 95 B 4C 0 2A 124 3D 24
Octal 205 44 225 13 114 0 52 444 75 44
Binary 10000101 100100 10010101 1011 1001100 0 101010 100100100 111101 100100

Color Harmonies of #852495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852495

Black with #852495

Text Example


Text Example

White with #852495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852495; }

 p { color: rgb(133,36,149); }

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

background-color css

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

 a { background-color: rgb(133,36,149); }

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

border-color css

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

 span { border-color: rgb(133,36,149); }

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