Html Css Color HEX #852FD0 Blue Violet

📋 copy color: '#852FD0'

red 133 ◦ green 47 ◦ blue 208

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

Shades of Blue Violet #852FD0

Tints of Blue Violet #852FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 34.28%
G = 12.11%
B = 53.61%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#852FD0 (or 0x852FD0) is known color: Blue Violet. HEX triplet: 85, 2F and D0. RGB value is (133,47,208). Sum of RGB (Red+Green+Blue) = 133+47+208=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #852FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FD0 is #7AD02F. Grayscale: #5A5A5A. Windows color (decimal): -8048688 or 13643653. OLE color: 13643653.

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

Color convert

RGB 133 47 208 -
CMYK 0.36 0.77 0 0.18
HSL 272.05º 0.63% 0.5% -
HSV(B) 272.05º 0.77% 0.82% -
XYZ 22.07 11.57 60.74 -
YUV 91.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 133 47 208 0.36 0.77 0 0.18 272.05 0.63 0.5
Hex 85 2F D0 24 4D 0 12 110 3F 32
Octal 205 57 320 44 115 0 22 420 77 62
Binary 10000101 101111 11010000 100100 1001101 0 10010 100010000 111111 110010

Color Harmonies of #852FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FD0

Black with #852FD0

Text Example


Text Example

White with #852FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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