Html Css Color HEX #852FFE Blue Violet

📋 copy color: '#852FFE'

red 133 ◦ green 47 ◦ blue 254

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

Shades of Blue Violet #852FFE

Tints of Blue Violet #852FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.83%

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

R = 30.65%
G = 10.83%
B = 58.53%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#852FFE (or 0x852FFE) is known color: Blue Violet. HEX triplet: 85, 2F and FE. RGB value is (133,47,254). Sum of RGB (Red+Green+Blue) = 133+47+254=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #852FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FFE is #7AD001. Grayscale: #5F5F5F. Windows color (decimal): -8048642 or 16658309. OLE color: 16658309.

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

Color convert

RGB 133 47 254 -
CMYK 0.48 0.81 0 0.00
HSL 264.93º 0.99% 0.59% -
HSV(B) 264.93º 0.81% 1% -
XYZ 28.58 14.18 95 -
YUV 96.31 216.99 154.17 -
System Red Green Blue C M Y K H S L
Decimal 133 47 254 0.48 0.81 0 0.00 264.93 0.99 0.59
Hex 85 2F FE 30 51 0 0 109 63 3B
Octal 205 57 376 60 121 0 0 411 143 73
Binary 10000101 101111 11111110 110000 1010001 0 0 100001001 1100011 111011

Color Harmonies of #852FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FFE

Black with #852FFE

Text Example


Text Example

White with #852FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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