Html Css Color HEX #852FD1 Blue Violet

📋 copy color: '#852FD1'

red 133 ◦ green 47 ◦ blue 209

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

Shades of Blue Violet #852FD1

Tints of Blue Violet #852FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 53.73%

R = 34.19%
G = 12.08%
B = 53.73%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#852FD1 (or 0x852FD1) is known color: Blue Violet. HEX triplet: 85, 2F and D1. RGB value is (133,47,209). Sum of RGB (Red+Green+Blue) = 133+47+209=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #852FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FD1 is #7AD02E. Grayscale: #5A5A5A. Windows color (decimal): -8048687 or 13709189. OLE color: 13709189.

HSL color Cylindrical-coordinate representation of color #852FD1: hue angle of 271.85º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852FD1 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 47 209 -
CMYK 0.36 0.78 0 0.18
HSL 271.85º 0.64% 0.5% -
HSV(B) 271.85º 0.78% 0.82% -
XYZ 22.2 11.62 61.4 -
YUV 91.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 133 47 209 0.36 0.78 0 0.18 271.85 0.64 0.5
Hex 85 2F D1 24 4E 0 12 110 40 32
Octal 205 57 321 44 116 0 22 420 100 62
Binary 10000101 101111 11010001 100100 1001110 0 10010 100010000 1000000 110010

Color Harmonies of #852FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FD1

Black with #852FD1

Text Example


Text Example

White with #852FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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