Html Css Color HEX #852EAC Vivid Violet

📋 copy color: '#852EAC'

red 133 ◦ green 46 ◦ blue 172

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

Shades of Vivid Violet #852EAC

Tints of Vivid Violet #852EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.11%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 37.89%
G = 13.11%
B = 49%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#852EAC (or 0x852EAC) is known color: Vivid Violet. HEX triplet: 85, 2E and AC. RGB value is (133,46,172). Sum of RGB (Red+Green+Blue) = 133+46+172=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #852EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852EAC is #7AD153. Grayscale: #555555. Windows color (decimal): -8048980 or 11284101. OLE color: 11284101.

HSL color Cylindrical-coordinate representation of color #852EAC: hue angle of 281.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852EAC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 46 172 -
CMYK 0.23 0.73 0 0.33
HSL 281.43º 0.58% 0.43% -
HSV(B) 281.43º 0.73% 0.67% -
XYZ 18.1 9.92 39.99 -
YUV 86.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 133 46 172 0.23 0.73 0 0.33 281.43 0.58 0.43
Hex 85 2E AC 17 49 0 21 119 3A 2B
Octal 205 56 254 27 111 0 41 431 72 53
Binary 10000101 101110 10101100 10111 1001001 0 100001 100011001 111010 101011

Color Harmonies of #852EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852EAC

Black with #852EAC

Text Example


Text Example

White with #852EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,172); }

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

background-color css

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

 a { background-color: rgb(133,46,172); }

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

border-color css

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

 span { border-color: rgb(133,46,172); }

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