Html Css Color HEX #853CDA Blue Violet

📋 copy color: '#853CDA'

red 133 ◦ green 60 ◦ blue 218

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

Shades of Blue Violet #853CDA

Tints of Blue Violet #853CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 32.36%
G = 14.6%
B = 53.04%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#853CDA (or 0x853CDA) is known color: Blue Violet. HEX triplet: 85, 3C and DA. RGB value is (133,60,218). Sum of RGB (Red+Green+Blue) = 133+60+218=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #853CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CDA is #7AC325. Grayscale: #636363. Windows color (decimal): -8045350 or 14302341. OLE color: 14302341.

HSL color Cylindrical-coordinate representation of color #853CDA: hue angle of 267.72º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853CDA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 60 218 -
CMYK 0.39 0.72 0 0.15
HSL 267.72º 0.68% 0.55% -
HSV(B) 267.72º 0.72% 0.85% -
XYZ 23.94 13.28 67.63 -
YUV 99.84 194.68 151.65 -
System Red Green Blue C M Y K H S L
Decimal 133 60 218 0.39 0.72 0 0.15 267.72 0.68 0.55
Hex 85 3C DA 27 48 0 F 10C 44 37
Octal 205 74 332 47 110 0 17 414 104 67
Binary 10000101 111100 11011010 100111 1001000 0 1111 100001100 1000100 110111

Color Harmonies of #853CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CDA

Black with #853CDA

Text Example


Text Example

White with #853CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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