Html Css Color HEX #852CAE Vivid Violet

📋 copy color: '#852CAE'

red 133 ◦ green 44 ◦ blue 174

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

Shades of Vivid Violet #852CAE

Tints of Vivid Violet #852CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.57%

R = 37.89%
G = 12.54%
B = 49.57%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#852CAE (or 0x852CAE) is known color: Vivid Violet. HEX triplet: 85, 2C and AE. RGB value is (133,44,174). Sum of RGB (Red+Green+Blue) = 133+44+174=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #852CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852CAE is #7AD351. Grayscale: #555555. Windows color (decimal): -8049490 or 11414661. OLE color: 11414661.

HSL color Cylindrical-coordinate representation of color #852CAE: hue angle of 281.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852CAE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 44 174 -
CMYK 0.24 0.75 0 0.32
HSL 281.08º 0.6% 0.43% -
HSV(B) 281.08º 0.75% 0.68% -
XYZ 18.21 9.84 40.98 -
YUV 85.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 133 44 174 0.24 0.75 0 0.32 281.08 0.6 0.43
Hex 85 2C AE 18 4B 0 20 119 3C 2B
Octal 205 54 256 30 113 0 40 431 74 53
Binary 10000101 101100 10101110 11000 1001011 0 100000 100011001 111100 101011

Color Harmonies of #852CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CAE

Black with #852CAE

Text Example


Text Example

White with #852CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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