Html Css Color HEX #852CAD Vivid Violet

📋 copy color: '#852CAD'

red 133 ◦ green 44 ◦ blue 173

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

Shades of Vivid Violet #852CAD

Tints of Vivid Violet #852CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 38%
G = 12.57%
B = 49.43%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#852CAD (or 0x852CAD) is known color: Vivid Violet. HEX triplet: 85, 2C and AD. RGB value is (133,44,173). Sum of RGB (Red+Green+Blue) = 133+44+173=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #852CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852CAD is #7AD352. Grayscale: #545454. Windows color (decimal): -8049491 or 11349125. OLE color: 11349125.

HSL color Cylindrical-coordinate representation of color #852CAD: hue angle of 281.4º degrees, saturation: 0.59, 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 #852CAD is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 44 173 -
CMYK 0.23 0.75 0 0.32
HSL 281.4º 0.59% 0.43% -
HSV(B) 281.4º 0.75% 0.68% -
XYZ 18.12 9.81 40.47 -
YUV 85.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 133 44 173 0.23 0.75 0 0.32 281.4 0.59 0.43
Hex 85 2C AD 17 4B 0 20 119 3B 2B
Octal 205 54 255 27 113 0 40 431 73 53
Binary 10000101 101100 10101101 10111 1001011 0 100000 100011001 111011 101011

Color Harmonies of #852CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CAD

Black with #852CAD

Text Example


Text Example

White with #852CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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