Html Css Color HEX #852DFE Blue Violet

📋 copy color: '#852DFE'

red 133 ◦ green 45 ◦ blue 254

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

Shades of Blue Violet #852DFE

Tints of Blue Violet #852DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 30.79%
G = 10.42%
B = 58.8%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#852DFE (or 0x852DFE) is known color: Blue Violet. HEX triplet: 85, 2D and FE. RGB value is (133,45,254). Sum of RGB (Red+Green+Blue) = 133+45+254=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #852DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DFE is #7AD201. Grayscale: #5E5E5E. Windows color (decimal): -8049154 or 16657797. OLE color: 16657797.

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

Color convert

RGB 133 45 254 -
CMYK 0.48 0.82 0 0.00
HSL 265.26º 0.99% 0.59% -
HSV(B) 265.26º 0.82% 1% -
XYZ 28.5 14.02 94.97 -
YUV 95.14 217.65 155.01 -
System Red Green Blue C M Y K H S L
Decimal 133 45 254 0.48 0.82 0 0.00 265.26 0.99 0.59
Hex 85 2D FE 30 52 0 0 109 63 3B
Octal 205 55 376 60 122 0 0 411 143 73
Binary 10000101 101101 11111110 110000 1010010 0 0 100001001 1100011 111011

Color Harmonies of #852DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DFE

Black with #852DFE

Text Example


Text Example

White with #852DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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