Html Css Color HEX #852DFF Blue Violet

📋 copy color: '#852DFF'

red 133 ◦ green 45 ◦ blue 255

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

Shades of Blue Violet #852DFF

Tints of Blue Violet #852DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.89%

R = 30.72%
G = 10.39%
B = 58.89%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#852DFF (or 0x852DFF) is known color: Blue Violet. HEX triplet: 85, 2D and FF. RGB value is (133,45,255). Sum of RGB (Red+Green+Blue) = 133+45+255=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #852DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DFF is #7AD200. Grayscale: #5E5E5E. Windows color (decimal): -8049153 or 16723333. OLE color: 16723333.

HSL color Cylindrical-coordinate representation of color #852DFF: hue angle of 265.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852DFF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 45 255 -
CMYK 0.48 0.82 0 0
HSL 265.14º 1% 0.59% -
HSV(B) 265.14º 0.82% 1% -
XYZ 28.66 14.08 95.82 -
YUV 95.25 218.15 154.92 -
System Red Green Blue C M Y K H S L
Decimal 133 45 255 0.48 0.82 0 0 265.14 1 0.59
Hex 85 2D FF 30 52 0 0 109 64 3B
Octal 205 55 377 60 122 0 0 411 144 73
Binary 10000101 101101 11111111 110000 1010010 0 0 100001001 1100100 111011

Color Harmonies of #852DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DFF

Black with #852DFF

Text Example


Text Example

White with #852DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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