Html Css Color HEX #854CDF Blue Violet

📋 copy color: '#854CDF'

red 133 ◦ green 76 ◦ blue 223

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

Shades of Blue Violet #854CDF

Tints of Blue Violet #854CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 30.79%
G = 17.59%
B = 51.62%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#854CDF (or 0x854CDF) is known color: Blue Violet. HEX triplet: 85, 4C and DF. RGB value is (133,76,223). Sum of RGB (Red+Green+Blue) = 133+76+223=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #854CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CDF is #7AB320. Grayscale: #6D6D6D. Windows color (decimal): -8041249 or 14634117. OLE color: 14634117.

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

Color convert

RGB 133 76 223 -
CMYK 0.40 0.66 0 0.13
HSL 263.27º 0.7% 0.59% -
HSV(B) 263.27º 0.66% 0.87% -
XYZ 25.58 15.48 71.45 -
YUV 109.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 133 76 223 0.40 0.66 0 0.13 263.27 0.7 0.59
Hex 85 4C DF 28 42 0 D 107 46 3B
Octal 205 114 337 50 102 0 15 407 106 73
Binary 10000101 1001100 11011111 101000 1000010 0 1101 100000111 1000110 111011

Color Harmonies of #854CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CDF

Black with #854CDF

Text Example


Text Example

White with #854CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854CDF; }

 p { color: rgb(133,76,223); }

 H1.HeaderClassName
 {
   color: #854CDF;
 }
 .AnyTagClassName
 {
   color: #854CDF;
 }
</style>

background-color css

<style>
 a { background-color: #854CDF; }

 a { background-color: rgb(133,76,223); }

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

border-color css

<style>
 span { border-color: #854CDF; }

 span { border-color: rgb(133,76,223); }

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