Html Css Color HEX #853DEE Blue Violet

📋 copy color: '#853DEE'

red 133 ◦ green 61 ◦ blue 238

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

Shades of Blue Violet #853DEE

Tints of Blue Violet #853DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 30.79%
G = 14.12%
B = 55.09%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#853DEE (or 0x853DEE) is known color: Blue Violet. HEX triplet: 85, 3D and EE. RGB value is (133,61,238). Sum of RGB (Red+Green+Blue) = 133+61+238=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #853DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DEE is #7AC211. Grayscale: #666666. Windows color (decimal): -8045074 or 15613317. OLE color: 15613317.

HSL color Cylindrical-coordinate representation of color #853DEE: hue angle of 264.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853DEE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 61 238 -
CMYK 0.44 0.74 0 0.07
HSL 264.41º 0.84% 0.59% -
HSV(B) 264.41º 0.74% 0.93% -
XYZ 26.77 14.5 82.28 -
YUV 102.71 204.35 149.61 -
System Red Green Blue C M Y K H S L
Decimal 133 61 238 0.44 0.74 0 0.07 264.41 0.84 0.59
Hex 85 3D EE 2C 4A 0 7 108 54 3B
Octal 205 75 356 54 112 0 7 410 124 73
Binary 10000101 111101 11101110 101100 1001010 0 111 100001000 1010100 111011

Color Harmonies of #853DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DEE

Black with #853DEE

Text Example


Text Example

White with #853DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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