Html Css Color HEX #852DAB Vivid Violet

📋 copy color: '#852DAB'

red 133 ◦ green 45 ◦ blue 171

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

Shades of Vivid Violet #852DAB

Tints of Vivid Violet #852DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 171 (67.19% from 255) = 49%

R = 38.11%
G = 12.89%
B = 49%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#852DAB (or 0x852DAB) is known color: Vivid Violet. HEX triplet: 85, 2D and AB. RGB value is (133,45,171). Sum of RGB (Red+Green+Blue) = 133+45+171=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #852DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852DAB is #7AD254. Grayscale: #555555. Windows color (decimal): -8049237 or 11218309. OLE color: 11218309.

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

Color convert

RGB 133 45 171 -
CMYK 0.22 0.74 0 0.33
HSL 281.9º 0.58% 0.42% -
HSV(B) 281.9º 0.74% 0.67% -
XYZ 17.96 9.8 39.47 -
YUV 85.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 133 45 171 0.22 0.74 0 0.33 281.9 0.58 0.42
Hex 85 2D AB 16 4A 0 21 11A 3A 2A
Octal 205 55 253 26 112 0 41 432 72 52
Binary 10000101 101101 10101011 10110 1001010 0 100001 100011010 111010 101010

Color Harmonies of #852DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DAB

Black with #852DAB

Text Example


Text Example

White with #852DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,171); }

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

background-color css

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

 a { background-color: rgb(133,45,171); }

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

border-color css

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

 span { border-color: rgb(133,45,171); }

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