Html Css Color HEX #853EEE Blue Violet

📋 copy color: '#853EEE'

red 133 ◦ green 62 ◦ blue 238

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

Shades of Blue Violet #853EEE

Tints of Blue Violet #853EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

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

R = 30.72%
G = 14.32%
B = 54.97%

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

#853EEE (or 0x853EEE) is known color: Blue Violet. HEX triplet: 85, 3E and EE. RGB value is (133,62,238). Sum of RGB (Red+Green+Blue) = 133+62+238=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #853EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EEE is #7AC111. Grayscale: #666666. Windows color (decimal): -8044818 or 15613573. OLE color: 15613573.

HSL color Cylindrical-coordinate representation of color #853EEE: hue angle of 264.2º 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 #853EEE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 62 238 -
CMYK 0.44 0.74 0 0.07
HSL 264.2º 0.84% 0.59% -
HSV(B) 264.2º 0.74% 0.93% -
XYZ 26.83 14.6 82.29 -
YUV 103.29 204.02 149.19 -
System Red Green Blue C M Y K H S L
Decimal 133 62 238 0.44 0.74 0 0.07 264.2 0.84 0.59
Hex 85 3E EE 2C 4A 0 7 108 54 3B
Octal 205 76 356 54 112 0 7 410 124 73
Binary 10000101 111110 11101110 101100 1001010 0 111 100001000 1010100 111011

Color Harmonies of #853EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EEE

Black with #853EEE

Text Example


Text Example

White with #853EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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