#874BDB

Color #874BDB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #874BDB

Tints of Blue Violet #874BDB

Color information

#874BDB (or 0x874BDB) is unknown color: approx Blue Violet. HEX triplet: 87, 4B and DB. RGB value is (135,75,219). Sum of RGB (Red+Green+Blue) = 135+75+219=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #874BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BDB is #78B424. Grayscale: #6C6C6C. Windows color (decimal): -7910437 or 14371719. OLE color: 14371719.

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

Color convert

RGB13575219-
CMYK0.380.6600.14
HSL265º66.67%57.65%-
HSV(B)265º65.75%85.88%-
XYZ25.2915.368.64-
YUV109.36189.88146.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 219 (85.94% from 255) = 51.05%
R=31.47%
G=17.48%
B=51.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal135752190.380.6600.1426566.6757.65
Hex874BDB26420E109433a
Octal2071133334610201641110372
Binary100001111001011110110111001101000010011101000010011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874BDB; }

 p { color: rgb(135,75,219); }

 H1.HeaderClassName
 {
   color: #874BDB;
 }
 .AnyTagClassName
 {
   color: #874BDB;
 }
</style>
background-color css

<style>
 a { background-color: #874BDB; }

 a { background-color: rgb(135,75,219); }

 div.DivClassName
 {
   background-color: #874BDB;
 }
 .BgClassName
 {
   background-color: #874BDB;
 }
</style>
border-color css

<style>
 span { border-color: #874BDB; }

 span { border-color: rgb(135,75,219); }

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