Html Css Color HEX #852DEF Blue Violet

📋 copy color: '#852DEF'

red 133 ◦ green 45 ◦ blue 239

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

Shades of Blue Violet #852DEF

Tints of Blue Violet #852DEF

RGB

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

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

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

R = 31.89%
G = 10.79%
B = 57.31%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#852DEF (or 0x852DEF) is known color: Blue Violet. HEX triplet: 85, 2D and EF. RGB value is (133,45,239). Sum of RGB (Red+Green+Blue) = 133+45+239=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #852DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DEF is #7AD210. Grayscale: #5C5C5C. Windows color (decimal): -8049169 or 15674757. OLE color: 15674757.

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

Color convert

RGB 133 45 239 -
CMYK 0.44 0.81 0 0.06
HSL 267.22º 0.86% 0.56% -
HSV(B) 267.22º 0.81% 0.94% -
XYZ 26.19 13.1 82.81 -
YUV 93.43 210.15 156.23 -
System Red Green Blue C M Y K H S L
Decimal 133 45 239 0.44 0.81 0 0.06 267.22 0.86 0.56
Hex 85 2D EF 2C 51 0 6 10B 56 38
Octal 205 55 357 54 121 0 6 413 126 70
Binary 10000101 101101 11101111 101100 1010001 0 110 100001011 1010110 111000

Color Harmonies of #852DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DEF

Black with #852DEF

Text Example


Text Example

White with #852DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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