Html Css Color HEX #852AF9 Blue Violet

📋 copy color: '#852AF9'

red 133 ◦ green 42 ◦ blue 249

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

Shades of Blue Violet #852AF9

Tints of Blue Violet #852AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.73%

R = 31.37%
G = 9.91%
B = 58.73%

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

#852AF9 (or 0x852AF9) is known color: Blue Violet. HEX triplet: 85, 2A and F9. RGB value is (133,42,249). Sum of RGB (Red+Green+Blue) = 133+42+249=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #852AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AF9 is #7AD506. Grayscale: #5C5C5C. Windows color (decimal): -8049927 or 16329349. OLE color: 16329349.

HSL color Cylindrical-coordinate representation of color #852AF9: hue angle of 266.38º degrees, saturation: 0.95, 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 #852AF9 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 42 249 -
CMYK 0.47 0.83 0 0.02
HSL 266.38º 0.95% 0.57% -
HSV(B) 266.38º 0.83% 0.98% -
XYZ 27.6 13.48 90.77 -
YUV 92.81 216.15 156.67 -
System Red Green Blue C M Y K H S L
Decimal 133 42 249 0.47 0.83 0 0.02 266.38 0.95 0.57
Hex 85 2A F9 2F 53 0 2 10A 5F 39
Octal 205 52 371 57 123 0 2 412 137 71
Binary 10000101 101010 11111001 101111 1010011 0 10 100001010 1011111 111001

Color Harmonies of #852AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852AF9

Black with #852AF9

Text Example


Text Example

White with #852AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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