Html Css Color HEX #854CDC Blue Violet

📋 copy color: '#854CDC'

red 133 ◦ green 76 ◦ blue 220

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

Shades of Blue Violet #854CDC

Tints of Blue Violet #854CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 31%
G = 17.72%
B = 51.28%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#854CDC (or 0x854CDC) is known color: Blue Violet. HEX triplet: 85, 4C and DC. RGB value is (133,76,220). Sum of RGB (Red+Green+Blue) = 133+76+220=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #854CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CDC is #7AB323. Grayscale: #6C6C6C. Windows color (decimal): -8041252 or 14437509. OLE color: 14437509.

HSL color Cylindrical-coordinate representation of color #854CDC: hue angle of 263.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854CDC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 76 220 -
CMYK 0.40 0.65 0 0.14
HSL 263.75º 0.67% 0.58% -
HSV(B) 263.75º 0.65% 0.86% -
XYZ 25.18 15.32 69.34 -
YUV 109.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 133 76 220 0.40 0.65 0 0.14 263.75 0.67 0.58
Hex 85 4C DC 28 41 0 E 108 43 3A
Octal 205 114 334 50 101 0 16 410 103 72
Binary 10000101 1001100 11011100 101000 1000001 0 1110 100001000 1000011 111010

Color Harmonies of #854CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CDC

Black with #854CDC

Text Example


Text Example

White with #854CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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