Html Css Color HEX #853FDD Blue Violet

📋 copy color: '#853FDD'

red 133 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #853FDD

Tints of Blue Violet #853FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 221 (86.72% from 255) = 53%

R = 31.89%
G = 15.11%
B = 53%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#853FDD (or 0x853FDD) is known color: Blue Violet. HEX triplet: 85, 3F and DD. RGB value is (133,63,221). Sum of RGB (Red+Green+Blue) = 133+63+221=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #853FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FDD is #7AC022. Grayscale: #656565. Windows color (decimal): -8044579 or 14499717. OLE color: 14499717.

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

Color convert

RGB 133 63 221 -
CMYK 0.40 0.71 0 0.13
HSL 266.58º 0.7% 0.56% -
HSV(B) 266.58º 0.71% 0.87% -
XYZ 24.5 13.76 69.77 -
YUV 101.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 133 63 221 0.40 0.71 0 0.13 266.58 0.7 0.56
Hex 85 3F DD 28 47 0 D 10B 46 38
Octal 205 77 335 50 107 0 15 413 106 70
Binary 10000101 111111 11011101 101000 1000111 0 1101 100001011 1000110 111000

Color Harmonies of #853FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FDD

Black with #853FDD

Text Example


Text Example

White with #853FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,63,221); }

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

background-color css

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

 a { background-color: rgb(133,63,221); }

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

border-color css

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

 span { border-color: rgb(133,63,221); }

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