Html Css Color HEX #854BDD Blue Violet

📋 copy color: '#854BDD'

red 133 ◦ green 75 ◦ blue 221

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

Shades of Blue Violet #854BDD

Tints of Blue Violet #854BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

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

R = 31%
G = 17.48%
B = 51.52%

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

#854BDD (or 0x854BDD) is known color: Blue Violet. HEX triplet: 85, 4B and DD. RGB value is (133,75,221). Sum of RGB (Red+Green+Blue) = 133+75+221=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #854BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BDD is #7AB422. Grayscale: #6C6C6C. Windows color (decimal): -8041507 or 14502789. OLE color: 14502789.

HSL color Cylindrical-coordinate representation of color #854BDD: hue angle of 263.84º 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 #854BDD is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 75 221 -
CMYK 0.40 0.66 0 0.13
HSL 263.84º 0.68% 0.58% -
HSV(B) 263.84º 0.66% 0.87% -
XYZ 25.24 15.24 70.02 -
YUV 108.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 133 75 221 0.40 0.66 0 0.13 263.84 0.68 0.58
Hex 85 4B DD 28 42 0 D 108 44 3A
Octal 205 113 335 50 102 0 15 410 104 72
Binary 10000101 1001011 11011101 101000 1000010 0 1101 100001000 1000100 111010

Color Harmonies of #854BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854BDD

Black with #854BDD

Text Example


Text Example

White with #854BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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