Html Css Color HEX #852DCE Blue Violet

📋 copy color: '#852DCE'

red 133 ◦ green 45 ◦ blue 206

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

Shades of Blue Violet #852DCE

Tints of Blue Violet #852DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.72%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 34.64%
G = 11.72%
B = 53.65%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#852DCE (or 0x852DCE) is known color: Blue Violet. HEX triplet: 85, 2D and CE. RGB value is (133,45,206). Sum of RGB (Red+Green+Blue) = 133+45+206=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #852DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DCE is #7AD231. Grayscale: #595959. Windows color (decimal): -8049202 or 13512069. OLE color: 13512069.

HSL color Cylindrical-coordinate representation of color #852DCE: hue angle of 272.8º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852DCE is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 45 206 -
CMYK 0.35 0.78 0 0.19
HSL 272.8º 0.64% 0.49% -
HSV(B) 272.8º 0.78% 0.81% -
XYZ 21.75 11.32 59.43 -
YUV 89.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 133 45 206 0.35 0.78 0 0.19 272.8 0.64 0.49
Hex 85 2D CE 23 4E 0 13 111 40 31
Octal 205 55 316 43 116 0 23 421 100 61
Binary 10000101 101101 11001110 100011 1001110 0 10011 100010001 1000000 110001

Color Harmonies of #852DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DCE

Black with #852DCE

Text Example


Text Example

White with #852DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,206); }

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

background-color css

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

 a { background-color: rgb(133,45,206); }

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

border-color css

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

 span { border-color: rgb(133,45,206); }

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