Html Css Color HEX #852DDF Blue Violet

📋 copy color: '#852DDF'

red 133 ◦ green 45 ◦ blue 223

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

Shades of Blue Violet #852DDF

Tints of Blue Violet #852DDF

RGB

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

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

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

R = 33.17%
G = 11.22%
B = 55.61%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852DDF (or 0x852DDF) is known color: Blue Violet. HEX triplet: 85, 2D and DF. RGB value is (133,45,223). Sum of RGB (Red+Green+Blue) = 133+45+223=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #852DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DDF is #7AD220. Grayscale: #5A5A5A. Windows color (decimal): -8049185 or 14626181. OLE color: 14626181.

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

Color convert

RGB 133 45 223 -
CMYK 0.40 0.80 0 0.13
HSL 269.66º 0.74% 0.53% -
HSV(B) 269.66º 0.8% 0.87% -
XYZ 23.93 12.19 70.9 -
YUV 91.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 133 45 223 0.40 0.80 0 0.13 269.66 0.74 0.53
Hex 85 2D DF 28 50 0 D 10E 4A 35
Octal 205 55 337 50 120 0 15 416 112 65
Binary 10000101 101101 11011111 101000 1010000 0 1101 100001110 1001010 110101

Color Harmonies of #852DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DDF

Black with #852DDF

Text Example


Text Example

White with #852DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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