Html Css Color HEX #853DDB Blue Violet

📋 copy color: '#853DDB'

red 133 ◦ green 61 ◦ blue 219

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

Shades of Blue Violet #853DDB

Tints of Blue Violet #853DDB

RGB

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

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

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

R = 32.2%
G = 14.77%
B = 53.03%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#853DDB (or 0x853DDB) is known color: Blue Violet. HEX triplet: 85, 3D and DB. RGB value is (133,61,219). Sum of RGB (Red+Green+Blue) = 133+61+219=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #853DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DDB is #7AC224. Grayscale: #636363. Windows color (decimal): -8045093 or 14368133. OLE color: 14368133.

HSL color Cylindrical-coordinate representation of color #853DDB: hue angle of 267.34º 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 #853DDB is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 61 219 -
CMYK 0.39 0.72 0 0.14
HSL 267.34º 0.69% 0.55% -
HSV(B) 267.34º 0.72% 0.86% -
XYZ 24.13 13.44 68.34 -
YUV 100.54 194.85 151.15 -
System Red Green Blue C M Y K H S L
Decimal 133 61 219 0.39 0.72 0 0.14 267.34 0.69 0.55
Hex 85 3D DB 27 48 0 E 10B 45 37
Octal 205 75 333 47 110 0 16 413 105 67
Binary 10000101 111101 11011011 100111 1001000 0 1110 100001011 1000101 110111

Color Harmonies of #853DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DDB

Black with #853DDB

Text Example


Text Example

White with #853DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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