Html Css Color HEX #852AFB Blue Violet

📋 copy color: '#852AFB'

red 133 ◦ green 42 ◦ blue 251

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

Shades of Blue Violet #852AFB

Tints of Blue Violet #852AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 31.22%
G = 9.86%
B = 58.92%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#852AFB (or 0x852AFB) is known color: Blue Violet. HEX triplet: 85, 2A and FB. RGB value is (133,42,251). Sum of RGB (Red+Green+Blue) = 133+42+251=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #852AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AFB is #7AD504. Grayscale: #5C5C5C. Windows color (decimal): -8049925 or 16460421. OLE color: 16460421.

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

Color convert

RGB 133 42 251 -
CMYK 0.47 0.83 0 0.02
HSL 266.12º 0.96% 0.57% -
HSV(B) 266.12º 0.83% 0.98% -
XYZ 27.91 13.61 92.42 -
YUV 93.04 217.15 156.51 -
System Red Green Blue C M Y K H S L
Decimal 133 42 251 0.47 0.83 0 0.02 266.12 0.96 0.57
Hex 85 2A FB 2F 53 0 2 10A 60 39
Octal 205 52 373 57 123 0 2 412 140 71
Binary 10000101 101010 11111011 101111 1010011 0 10 100001010 1100000 111001

Color Harmonies of #852AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852AFB

Black with #852AFB

Text Example


Text Example

White with #852AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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