Html Css Color HEX #874CDF Blue Violet

📋 copy color: '#874CDF'

red 135 ◦ green 76 ◦ blue 223

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

Shades of Blue Violet #874CDF

Tints of Blue Violet #874CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 31.11%
G = 17.51%
B = 51.38%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#874CDF (or 0x874CDF) is known color: Blue Violet. HEX triplet: 87, 4C and DF. RGB value is (135,76,223). Sum of RGB (Red+Green+Blue) = 135+76+223=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #874CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CDF is #78B320. Grayscale: #6D6D6D. Windows color (decimal): -7910177 or 14634119. OLE color: 14634119.

HSL color Cylindrical-coordinate representation of color #874CDF: hue angle of 264.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874CDF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 76 223 -
CMYK 0.39 0.66 0 0.13
HSL 264.08º 0.7% 0.59% -
HSV(B) 264.08º 0.66% 0.87% -
XYZ 25.9 15.65 71.47 -
YUV 110.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 135 76 223 0.39 0.66 0 0.13 264.08 0.7 0.59
Hex 87 4C DF 27 42 0 D 108 46 3B
Octal 207 114 337 47 102 0 15 410 106 73
Binary 10000111 1001100 11011111 100111 1000010 0 1101 100001000 1000110 111011

Color Harmonies of #874CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CDF

Black with #874CDF

Text Example


Text Example

White with #874CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,223); }

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

background-color css

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

 a { background-color: rgb(135,76,223); }

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

border-color css

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

 span { border-color: rgb(135,76,223); }

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