Html Css Color HEX #853FEE Blue Violet

📋 copy color: '#853FEE'

red 133 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #853FEE

Tints of Blue Violet #853FEE

RGB

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

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

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

R = 30.65%
G = 14.52%
B = 54.84%

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

#853FEE (or 0x853FEE) is known color: Blue Violet. HEX triplet: 85, 3F and EE. RGB value is (133,63,238). Sum of RGB (Red+Green+Blue) = 133+63+238=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #853FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FEE is #7AC011. Grayscale: #676767. Windows color (decimal): -8044562 or 15613829. OLE color: 15613829.

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

Color convert

RGB 133 63 238 -
CMYK 0.44 0.74 0 0.07
HSL 264º 0.84% 0.59% -
HSV(B) 264º 0.74% 0.93% -
XYZ 26.88 14.71 82.31 -
YUV 103.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 133 63 238 0.44 0.74 0 0.07 264 0.84 0.59
Hex 85 3F EE 2C 4A 0 7 108 54 3B
Octal 205 77 356 54 112 0 7 410 124 73
Binary 10000101 111111 11101110 101100 1001010 0 111 100001000 1010100 111011

Color Harmonies of #853FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FEE

Black with #853FEE

Text Example


Text Example

White with #853FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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