Html Css Color HEX #853CDE Blue Violet

📋 copy color: '#853CDE'

red 133 ◦ green 60 ◦ blue 222

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

Shades of Blue Violet #853CDE

Tints of Blue Violet #853CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.46%

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 32.05%
G = 14.46%
B = 53.49%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#853CDE (or 0x853CDE) is known color: Blue Violet. HEX triplet: 85, 3C and DE. RGB value is (133,60,222). Sum of RGB (Red+Green+Blue) = 133+60+222=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #853CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CDE is #7AC321. Grayscale: #636363. Windows color (decimal): -8045346 or 14564485. OLE color: 14564485.

HSL color Cylindrical-coordinate representation of color #853CDE: hue angle of 267.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853CDE is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 60 222 -
CMYK 0.40 0.73 0 0.13
HSL 267.04º 0.71% 0.55% -
HSV(B) 267.04º 0.73% 0.87% -
XYZ 24.47 13.49 70.42 -
YUV 100.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 133 60 222 0.40 0.73 0 0.13 267.04 0.71 0.55
Hex 85 3C DE 28 49 0 D 10B 47 37
Octal 205 74 336 50 111 0 15 413 107 67
Binary 10000101 111100 11011110 101000 1001001 0 1101 100001011 1000111 110111

Color Harmonies of #853CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CDE

Black with #853CDE

Text Example


Text Example

White with #853CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,60,222); }

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

background-color css

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

 a { background-color: rgb(133,60,222); }

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

border-color css

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

 span { border-color: rgb(133,60,222); }

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