Html Css Color HEX #852AE5 Blue Violet

📋 copy color: '#852AE5'

red 133 ◦ green 42 ◦ blue 229

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

Shades of Blue Violet #852AE5

Tints of Blue Violet #852AE5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

 BLUE value IS 229 (89.84% from 255) = 56.68%

R = 32.92%
G = 10.4%
B = 56.68%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#852AE5 (or 0x852AE5) is known color: Blue Violet. HEX triplet: 85, 2A and E5. RGB value is (133,42,229). Sum of RGB (Red+Green+Blue) = 133+42+229=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #852AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852AE5 is #7AD51A. Grayscale: #595959. Windows color (decimal): -8049947 or 15018629. OLE color: 15018629.

HSL color Cylindrical-coordinate representation of color #852AE5: hue angle of 269.2º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852AE5 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 42 229 -
CMYK 0.42 0.82 0 0.10
HSL 269.2º 0.78% 0.53% -
HSV(B) 269.2º 0.82% 0.9% -
XYZ 24.64 12.3 75.2 -
YUV 90.53 206.15 158.29 -
System Red Green Blue C M Y K H S L
Decimal 133 42 229 0.42 0.82 0 0.10 269.2 0.78 0.53
Hex 85 2A E5 2A 52 0 A 10D 4E 35
Octal 205 52 345 52 122 0 12 415 116 65
Binary 10000101 101010 11100101 101010 1010010 0 1010 100001101 1001110 110101

Color Harmonies of #852AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852AE5

Black with #852AE5

Text Example


Text Example

White with #852AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,42,229); }

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

background-color css

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

 a { background-color: rgb(133,42,229); }

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

border-color css

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

 span { border-color: rgb(133,42,229); }

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