Html Css Color HEX #852FEF Blue Violet

📋 copy color: '#852FEF'

red 133 ◦ green 47 ◦ blue 239

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

Shades of Blue Violet #852FEF

Tints of Blue Violet #852FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 31.74%
G = 11.22%
B = 57.04%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#852FEF (or 0x852FEF) is known color: Blue Violet. HEX triplet: 85, 2F and EF. RGB value is (133,47,239). Sum of RGB (Red+Green+Blue) = 133+47+239=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #852FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FEF is #7AD010. Grayscale: #5D5D5D. Windows color (decimal): -8048657 or 15675269. OLE color: 15675269.

HSL color Cylindrical-coordinate representation of color #852FEF: hue angle of 266.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852FEF is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 47 239 -
CMYK 0.44 0.80 0 0.06
HSL 266.88º 0.86% 0.56% -
HSV(B) 266.88º 0.8% 0.94% -
XYZ 26.27 13.25 82.83 -
YUV 94.6 209.49 155.39 -
System Red Green Blue C M Y K H S L
Decimal 133 47 239 0.44 0.80 0 0.06 266.88 0.86 0.56
Hex 85 2F EF 2C 50 0 6 10B 56 38
Octal 205 57 357 54 120 0 6 413 126 70
Binary 10000101 101111 11101111 101100 1010000 0 110 100001011 1010110 111000

Color Harmonies of #852FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FEF

Black with #852FEF

Text Example


Text Example

White with #852FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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