Html Css Color HEX #852C9E Vivid Violet

📋 copy color: '#852C9E'

red 133 ◦ green 44 ◦ blue 158

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

Shades of Vivid Violet #852C9E

Tints of Vivid Violet #852C9E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 39.7%
G = 13.13%
B = 47.16%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#852C9E (or 0x852C9E) is known color: Vivid Violet. HEX triplet: 85, 2C and 9E. RGB value is (133,44,158). Sum of RGB (Red+Green+Blue) = 133+44+158=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #852C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C9E is #7AD361. Grayscale: #535353. Windows color (decimal): -8049506 or 10366085. OLE color: 10366085.

HSL color Cylindrical-coordinate representation of color #852C9E: hue angle of 286.84º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852C9E is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 44 158 -
CMYK 0.16 0.72 0 0.38
HSL 286.84º 0.56% 0.4% -
HSV(B) 286.84º 0.72% 0.62% -
XYZ 16.75 9.26 33.25 -
YUV 83.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 133 44 158 0.16 0.72 0 0.38 286.84 0.56 0.4
Hex 85 2C 9E 10 48 0 26 11F 38 28
Octal 205 54 236 20 110 0 46 437 70 50
Binary 10000101 101100 10011110 10000 1001000 0 100110 100011111 111000 101000

Color Harmonies of #852C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C9E

Black with #852C9E

Text Example


Text Example

White with #852C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C9E; }

 p { color: rgb(133,44,158); }

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

background-color css

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

 a { background-color: rgb(133,44,158); }

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

border-color css

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

 span { border-color: rgb(133,44,158); }

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