Html Css Color HEX #852CDB Blue Violet

📋 copy color: '#852CDB'

red 133 ◦ green 44 ◦ blue 219

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

Shades of Blue Violet #852CDB

Tints of Blue Violet #852CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 33.59%
G = 11.11%
B = 55.3%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#852CDB (or 0x852CDB) is known color: Blue Violet. HEX triplet: 85, 2C and DB. RGB value is (133,44,219). Sum of RGB (Red+Green+Blue) = 133+44+219=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #852CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CDB is #7AD324. Grayscale: #595959. Windows color (decimal): -8049445 or 14363781. OLE color: 14363781.

HSL color Cylindrical-coordinate representation of color #852CDB: hue angle of 270.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852CDB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 44 219 -
CMYK 0.39 0.80 0 0.14
HSL 270.51º 0.71% 0.52% -
HSV(B) 270.51º 0.8% 0.86% -
XYZ 23.36 11.9 68.08 -
YUV 90.56 200.49 158.27 -
System Red Green Blue C M Y K H S L
Decimal 133 44 219 0.39 0.80 0 0.14 270.51 0.71 0.52
Hex 85 2C DB 27 50 0 E 10F 47 34
Octal 205 54 333 47 120 0 16 417 107 64
Binary 10000101 101100 11011011 100111 1010000 0 1110 100001111 1000111 110100

Color Harmonies of #852CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CDB

Black with #852CDB

Text Example


Text Example

White with #852CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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