Html Css Color HEX #852FF1 Blue Violet

📋 copy color: '#852FF1'

red 133 ◦ green 47 ◦ blue 241

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

Shades of Blue Violet #852FF1

Tints of Blue Violet #852FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.16%

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 31.59%
G = 11.16%
B = 57.24%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#852FF1 (or 0x852FF1) is known color: Blue Violet. HEX triplet: 85, 2F and F1. RGB value is (133,47,241). Sum of RGB (Red+Green+Blue) = 133+47+241=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #852FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FF1 is #7AD00E. Grayscale: #5E5E5E. Windows color (decimal): -8048655 or 15806341. OLE color: 15806341.

HSL color Cylindrical-coordinate representation of color #852FF1: hue angle of 266.6º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852FF1 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 47 241 -
CMYK 0.45 0.80 0 0.05
HSL 266.6º 0.87% 0.56% -
HSV(B) 266.6º 0.8% 0.95% -
XYZ 26.57 13.37 84.4 -
YUV 94.83 210.49 155.23 -
System Red Green Blue C M Y K H S L
Decimal 133 47 241 0.45 0.80 0 0.05 266.6 0.87 0.56
Hex 85 2F F1 2D 50 0 5 10B 57 38
Octal 205 57 361 55 120 0 5 413 127 70
Binary 10000101 101111 11110001 101101 1010000 0 101 100001011 1010111 111000

Color Harmonies of #852FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FF1

Black with #852FF1

Text Example


Text Example

White with #852FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,47,241); }

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

background-color css

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

 a { background-color: rgb(133,47,241); }

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

border-color css

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

 span { border-color: rgb(133,47,241); }

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