Html Css Color HEX #852FDE Blue Violet

📋 copy color: '#852FDE'

red 133 ◦ green 47 ◦ blue 222

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

Shades of Blue Violet #852FDE

Tints of Blue Violet #852FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 33.08%
G = 11.69%
B = 55.22%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852FDE (or 0x852FDE) is known color: Blue Violet. HEX triplet: 85, 2F and DE. RGB value is (133,47,222). Sum of RGB (Red+Green+Blue) = 133+47+222=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #852FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FDE is #7AD021. Grayscale: #5C5C5C. Windows color (decimal): -8048674 or 14561157. OLE color: 14561157.

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

Color convert

RGB 133 47 222 -
CMYK 0.40 0.79 0 0.13
HSL 269.49º 0.73% 0.53% -
HSV(B) 269.49º 0.79% 0.87% -
XYZ 23.87 12.29 70.22 -
YUV 92.66 200.99 156.77 -
System Red Green Blue C M Y K H S L
Decimal 133 47 222 0.40 0.79 0 0.13 269.49 0.73 0.53
Hex 85 2F DE 28 4F 0 D 10D 49 35
Octal 205 57 336 50 117 0 15 415 111 65
Binary 10000101 101111 11011110 101000 1001111 0 1101 100001101 1001001 110101

Color Harmonies of #852FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FDE

Black with #852FDE

Text Example


Text Example

White with #852FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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