Html Css Color HEX #852DDE Blue Violet

📋 copy color: '#852DDE'

red 133 ◦ green 45 ◦ blue 222

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

Shades of Blue Violet #852DDE

Tints of Blue Violet #852DDE

RGB

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

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

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

R = 33.25%
G = 11.25%
B = 55.5%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852DDE (or 0x852DDE) is known color: Blue Violet. HEX triplet: 85, 2D and DE. RGB value is (133,45,222). Sum of RGB (Red+Green+Blue) = 133+45+222=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #852DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DDE is #7AD221. Grayscale: #5A5A5A. Windows color (decimal): -8049186 or 14560645. OLE color: 14560645.

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

Color convert

RGB 133 45 222 -
CMYK 0.40 0.80 0 0.13
HSL 269.83º 0.73% 0.52% -
HSV(B) 269.83º 0.8% 0.87% -
XYZ 23.8 12.14 70.2 -
YUV 91.49 201.65 157.61 -
System Red Green Blue C M Y K H S L
Decimal 133 45 222 0.40 0.80 0 0.13 269.83 0.73 0.52
Hex 85 2D DE 28 50 0 D 10E 49 34
Octal 205 55 336 50 120 0 15 416 111 64
Binary 10000101 101101 11011110 101000 1010000 0 1101 100001110 1001001 110100

Color Harmonies of #852DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DDE

Black with #852DDE

Text Example


Text Example

White with #852DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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