Html Css Color HEX #852CDD Blue Violet

📋 copy color: '#852CDD'

red 133 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #852CDD

Tints of Blue Violet #852CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.06%

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

R = 33.42%
G = 11.06%
B = 55.53%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852CDD (or 0x852CDD) is known color: Blue Violet. HEX triplet: 85, 2C and DD. RGB value is (133,44,221). Sum of RGB (Red+Green+Blue) = 133+44+221=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #852CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CDD is #7AD322. Grayscale: #5A5A5A. Windows color (decimal): -8049443 or 14494853. OLE color: 14494853.

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

Color convert

RGB 133 44 221 -
CMYK 0.40 0.80 0 0.13
HSL 270.17º 0.72% 0.52% -
HSV(B) 270.17º 0.8% 0.87% -
XYZ 23.62 12.01 69.48 -
YUV 90.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 133 44 221 0.40 0.80 0 0.13 270.17 0.72 0.52
Hex 85 2C DD 28 50 0 D 10E 48 34
Octal 205 54 335 50 120 0 15 416 110 64
Binary 10000101 101100 11011101 101000 1010000 0 1101 100001110 1001000 110100

Color Harmonies of #852CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CDD

Black with #852CDD

Text Example


Text Example

White with #852CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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