Html Css Color HEX #852AFD Blue Violet

📋 copy color: '#852AFD'

red 133 ◦ green 42 ◦ blue 253

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

Shades of Blue Violet #852AFD

Tints of Blue Violet #852AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 31.07%
G = 9.81%
B = 59.11%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#852AFD (or 0x852AFD) is known color: Blue Violet. HEX triplet: 85, 2A and FD. RGB value is (133,42,253). Sum of RGB (Red+Green+Blue) = 133+42+253=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #852AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AFD is #7AD502. Grayscale: #5C5C5C. Windows color (decimal): -8049923 or 16591493. OLE color: 16591493.

HSL color Cylindrical-coordinate representation of color #852AFD: hue angle of 265.88º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852AFD is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 42 253 -
CMYK 0.47 0.83 0 0.01
HSL 265.88º 0.98% 0.58% -
HSV(B) 265.88º 0.83% 0.99% -
XYZ 28.23 13.73 94.09 -
YUV 93.26 218.15 156.34 -
System Red Green Blue C M Y K H S L
Decimal 133 42 253 0.47 0.83 0 0.01 265.88 0.98 0.58
Hex 85 2A FD 2F 53 0 1 10A 62 3A
Octal 205 52 375 57 123 0 1 412 142 72
Binary 10000101 101010 11111101 101111 1010011 0 1 100001010 1100010 111010

Color Harmonies of #852AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852AFD

Black with #852AFD

Text Example


Text Example

White with #852AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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