Html Css Color HEX #853DDA Blue Violet

📋 copy color: '#853DDA'

red 133 ◦ green 61 ◦ blue 218

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

Shades of Blue Violet #853DDA

Tints of Blue Violet #853DDA

RGB

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

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

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

R = 32.28%
G = 14.81%
B = 52.91%

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

#853DDA (or 0x853DDA) is known color: Blue Violet. HEX triplet: 85, 3D and DA. RGB value is (133,61,218). Sum of RGB (Red+Green+Blue) = 133+61+218=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #853DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DDA is #7AC225. Grayscale: #636363. Windows color (decimal): -8045094 or 14302597. OLE color: 14302597.

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

Color convert

RGB 133 61 218 -
CMYK 0.39 0.72 0 0.15
HSL 267.52º 0.68% 0.55% -
HSV(B) 267.52º 0.72% 0.85% -
XYZ 24 13.39 67.65 -
YUV 100.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 133 61 218 0.39 0.72 0 0.15 267.52 0.68 0.55
Hex 85 3D DA 27 48 0 F 10C 44 37
Octal 205 75 332 47 110 0 17 414 104 67
Binary 10000101 111101 11011010 100111 1001000 0 1111 100001100 1000100 110111

Color Harmonies of #853DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DDA

Black with #853DDA

Text Example


Text Example

White with #853DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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