Html Css Color HEX #852FDD Blue Violet

📋 copy color: '#852FDD'

red 133 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #852FDD

Tints of Blue Violet #852FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 33.17%
G = 11.72%
B = 55.11%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852FDD (or 0x852FDD) is known color: Blue Violet. HEX triplet: 85, 2F and DD. RGB value is (133,47,221). Sum of RGB (Red+Green+Blue) = 133+47+221=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #852FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FDD is #7AD022. Grayscale: #5B5B5B. Windows color (decimal): -8048675 or 14495621. OLE color: 14495621.

HSL color Cylindrical-coordinate representation of color #852FDD: hue angle of 269.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852FDD is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 47 221 -
CMYK 0.40 0.79 0 0.13
HSL 269.66º 0.72% 0.53% -
HSV(B) 269.66º 0.79% 0.87% -
XYZ 23.74 12.24 69.52 -
YUV 92.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 133 47 221 0.40 0.79 0 0.13 269.66 0.72 0.53
Hex 85 2F DD 28 4F 0 D 10E 48 35
Octal 205 57 335 50 117 0 15 416 110 65
Binary 10000101 101111 11011101 101000 1001111 0 1101 100001110 1001000 110101

Color Harmonies of #852FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FDD

Black with #852FDD

Text Example


Text Example

White with #852FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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