Html Css Color HEX #874594 Vivid Violet

📋 copy color: '#874594'

red 135 ◦ green 69 ◦ blue 148

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

Shades of Vivid Violet #874594

Tints of Vivid Violet #874594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.6%

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 38.35%
G = 19.6%
B = 42.05%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#874594 (or 0x874594) is known color: Vivid Violet. HEX triplet: 87, 45 and 94. RGB value is (135,69,148). Sum of RGB (Red+Green+Blue) = 135+69+148=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #874594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874594 is #78BA6B. Grayscale: #616161. Windows color (decimal): -7912044 or 9717127. OLE color: 9717127.

HSL color Cylindrical-coordinate representation of color #874594: hue angle of 290.13º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874594 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 69 148 -
CMYK 0.09 0.53 0 0.42
HSL 290.13º 0.36% 0.43% -
HSV(B) 290.13º 0.53% 0.58% -
XYZ 17.47 11.55 29.32 -
YUV 97.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 135 69 148 0.09 0.53 0 0.42 290.13 0.36 0.43
Hex 87 45 94 9 35 0 2A 122 24 2B
Octal 207 105 224 11 65 0 52 442 44 53
Binary 10000111 1000101 10010100 1001 110101 0 101010 100100010 100100 101011

Color Harmonies of #874594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874594

Black with #874594

Text Example


Text Example

White with #874594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874594; }

 p { color: rgb(135,69,148); }

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

background-color css

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

 a { background-color: rgb(135,69,148); }

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

border-color css

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

 span { border-color: rgb(135,69,148); }

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