Html Css Color HEX #874ADB Blue Violet

📋 copy color: '#874ADB'

red 135 ◦ green 74 ◦ blue 219

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

Shades of Blue Violet #874ADB

Tints of Blue Violet #874ADB

RGB

 RED value IS 135 (53.13% from 255) = 31.54%

 GREEN value IS 74 (29.3% from 255) = 17.29%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 31.54%
G = 17.29%
B = 51.17%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#874ADB (or 0x874ADB) is known color: Blue Violet. HEX triplet: 87, 4A and DB. RGB value is (135,74,219). Sum of RGB (Red+Green+Blue) = 135+74+219=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #874ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ADB is #78B524. Grayscale: #6C6C6C. Windows color (decimal): -7910693 or 14371463. OLE color: 14371463.

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

Color convert

RGB 135 74 219 -
CMYK 0.38 0.66 0 0.14
HSL 265.24º 0.67% 0.57% -
HSV(B) 265.24º 0.66% 0.86% -
XYZ 25.23 15.16 68.61 -
YUV 108.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 135 74 219 0.38 0.66 0 0.14 265.24 0.67 0.57
Hex 87 4A DB 26 42 0 E 109 43 39
Octal 207 112 333 46 102 0 16 411 103 71
Binary 10000111 1001010 11011011 100110 1000010 0 1110 100001001 1000011 111001

Color Harmonies of #874ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ADB

Black with #874ADB

Text Example


Text Example

White with #874ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #874ADB;
 }
 .AnyTagClassName
 {
   color: #874ADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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