Html Css Color HEX #852ADF Blue Violet

📋 copy color: '#852ADF'

red 133 ◦ green 42 ◦ blue 223

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

Shades of Blue Violet #852ADF

Tints of Blue Violet #852ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.55%

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 33.42%
G = 10.55%
B = 56.03%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852ADF (or 0x852ADF) is known color: Blue Violet. HEX triplet: 85, 2A and DF. RGB value is (133,42,223). Sum of RGB (Red+Green+Blue) = 133+42+223=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #852ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ADF is #7AD520. Grayscale: #595959. Windows color (decimal): -8049953 or 14625413. OLE color: 14625413.

HSL color Cylindrical-coordinate representation of color #852ADF: hue angle of 270.17º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852ADF is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 42 223 -
CMYK 0.40 0.81 0 0.13
HSL 270.17º 0.74% 0.52% -
HSV(B) 270.17º 0.81% 0.87% -
XYZ 23.82 11.97 70.87 -
YUV 89.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 133 42 223 0.40 0.81 0 0.13 270.17 0.74 0.52
Hex 85 2A DF 28 51 0 D 10E 4A 34
Octal 205 52 337 50 121 0 15 416 112 64
Binary 10000101 101010 11011111 101000 1010001 0 1101 100001110 1001010 110100

Color Harmonies of #852ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ADF

Black with #852ADF

Text Example


Text Example

White with #852ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,42,223); }

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

background-color css

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

 a { background-color: rgb(133,42,223); }

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

border-color css

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

 span { border-color: rgb(133,42,223); }

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