Html Css Color HEX #853DDC Blue Violet

📋 copy color: '#853DDC'

red 133 ◦ green 61 ◦ blue 220

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

Shades of Blue Violet #853DDC

Tints of Blue Violet #853DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.73%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 32.13%
G = 14.73%
B = 53.14%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#853DDC (or 0x853DDC) is known color: Blue Violet. HEX triplet: 85, 3D and DC. RGB value is (133,61,220). Sum of RGB (Red+Green+Blue) = 133+61+220=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #853DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DDC is #7AC223. Grayscale: #646464. Windows color (decimal): -8045092 or 14433669. OLE color: 14433669.

HSL color Cylindrical-coordinate representation of color #853DDC: hue angle of 267.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853DDC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 61 220 -
CMYK 0.40 0.72 0 0.14
HSL 267.17º 0.69% 0.55% -
HSV(B) 267.17º 0.72% 0.86% -
XYZ 24.26 13.49 69.04 -
YUV 100.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 133 61 220 0.40 0.72 0 0.14 267.17 0.69 0.55
Hex 85 3D DC 28 48 0 E 10B 45 37
Octal 205 75 334 50 110 0 16 413 105 67
Binary 10000101 111101 11011100 101000 1001000 0 1110 100001011 1000101 110111

Color Harmonies of #853DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DDC

Black with #853DDC

Text Example


Text Example

White with #853DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853DDC; }

 p { color: rgb(133,61,220); }

 H1.HeaderClassName
 {
   color: #853DDC;
 }
 .AnyTagClassName
 {
   color: #853DDC;
 }
</style>

background-color css

<style>
 a { background-color: #853DDC; }

 a { background-color: rgb(133,61,220); }

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

border-color css

<style>
 span { border-color: #853DDC; }

 span { border-color: rgb(133,61,220); }

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