Html Css Color HEX #854CDD Blue Violet

📋 copy color: '#854CDD'

red 133 ◦ green 76 ◦ blue 221

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

Shades of Blue Violet #854CDD

Tints of Blue Violet #854CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 30.93%
G = 17.67%
B = 51.4%

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

#854CDD (or 0x854CDD) is known color: Blue Violet. HEX triplet: 85, 4C and DD. RGB value is (133,76,221). Sum of RGB (Red+Green+Blue) = 133+76+221=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #854CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CDD is #7AB322. Grayscale: #6D6D6D. Windows color (decimal): -8041251 or 14503045. OLE color: 14503045.

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

Color convert

RGB 133 76 221 -
CMYK 0.40 0.66 0 0.13
HSL 263.59º 0.68% 0.58% -
HSV(B) 263.59º 0.66% 0.87% -
XYZ 25.31 15.38 70.04 -
YUV 109.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 133 76 221 0.40 0.66 0 0.13 263.59 0.68 0.58
Hex 85 4C DD 28 42 0 D 108 44 3A
Octal 205 114 335 50 102 0 15 410 104 72
Binary 10000101 1001100 11011101 101000 1000010 0 1101 100001000 1000100 111010

Color Harmonies of #854CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CDD

Black with #854CDD

Text Example


Text Example

White with #854CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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