Html Css Color HEX #874CDA Blue Violet

📋 copy color: '#874CDA'

red 135 ◦ green 76 ◦ blue 218

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

Shades of Blue Violet #874CDA

Tints of Blue Violet #874CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 31.47%
G = 17.72%
B = 50.82%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#874CDA (or 0x874CDA) is known color: Blue Violet. HEX triplet: 87, 4C and DA. RGB value is (135,76,218). Sum of RGB (Red+Green+Blue) = 135+76+218=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #874CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CDA is #78B325. Grayscale: #6D6D6D. Windows color (decimal): -7910182 or 14306439. OLE color: 14306439.

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

Color convert

RGB 135 76 218 -
CMYK 0.38 0.65 0 0.15
HSL 264.93º 0.66% 0.58% -
HSV(B) 264.93º 0.65% 0.85% -
XYZ 25.23 15.38 67.97 -
YUV 109.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 135 76 218 0.38 0.65 0 0.15 264.93 0.66 0.58
Hex 87 4C DA 26 41 0 F 109 42 3A
Octal 207 114 332 46 101 0 17 411 102 72
Binary 10000111 1001100 11011010 100110 1000001 0 1111 100001001 1000010 111010

Color Harmonies of #874CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CDA

Black with #874CDA

Text Example


Text Example

White with #874CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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