Html Css Color HEX #852DE7 Blue Violet

📋 copy color: '#852DE7'

red 133 ◦ green 45 ◦ blue 231

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

Shades of Blue Violet #852DE7

Tints of Blue Violet #852DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.48%

R = 32.52%
G = 11%
B = 56.48%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#852DE7 (or 0x852DE7) is known color: Blue Violet. HEX triplet: 85, 2D and E7. RGB value is (133,45,231). Sum of RGB (Red+Green+Blue) = 133+45+231=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #852DE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DE7 is #7AD218. Grayscale: #5B5B5B. Windows color (decimal): -8049177 or 15150469. OLE color: 15150469.

HSL color Cylindrical-coordinate representation of color #852DE7: hue angle of 268.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852DE7 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 45 231 -
CMYK 0.42 0.81 0 0.09
HSL 268.39º 0.79% 0.54% -
HSV(B) 268.39º 0.81% 0.91% -
XYZ 25.04 12.63 76.72 -
YUV 92.52 206.15 156.88 -
System Red Green Blue C M Y K H S L
Decimal 133 45 231 0.42 0.81 0 0.09 268.39 0.79 0.54
Hex 85 2D E7 2A 51 0 9 10C 4F 36
Octal 205 55 347 52 121 0 11 414 117 66
Binary 10000101 101101 11100111 101010 1010001 0 1001 100001100 1001111 110110

Color Harmonies of #852DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DE7

Black with #852DE7

Text Example


Text Example

White with #852DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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