Html Css Color HEX #852AFF Blue Violet

📋 copy color: '#852AFF'

red 133 ◦ green 42 ◦ blue 255

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

Shades of Blue Violet #852AFF

Tints of Blue Violet #852AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 30.93%
G = 9.77%
B = 59.3%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#852AFF (or 0x852AFF) is known color: Blue Violet. HEX triplet: 85, 2A and FF. RGB value is (133,42,255). Sum of RGB (Red+Green+Blue) = 133+42+255=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #852AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AFF is #7AD500. Grayscale: #5C5C5C. Windows color (decimal): -8049921 or 16722565. OLE color: 16722565.

HSL color Cylindrical-coordinate representation of color #852AFF: hue angle of 265.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #852AFF is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 42 255 -
CMYK 0.48 0.84 0 0
HSL 265.63º 1% 0.58% -
HSV(B) 265.63º 0.84% 1% -
XYZ 28.55 13.86 95.78 -
YUV 93.49 219.15 156.18 -
System Red Green Blue C M Y K H S L
Decimal 133 42 255 0.48 0.84 0 0 265.63 1 0.58
Hex 85 2A FF 30 54 0 0 10A 64 3A
Octal 205 52 377 60 124 0 0 412 144 72
Binary 10000101 101010 11111111 110000 1010100 0 0 100001010 1100100 111010

Color Harmonies of #852AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852AFF

Black with #852AFF

Text Example


Text Example

White with #852AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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