Html Css Color HEX #874588 Vivid Violet

📋 copy color: '#874588'

red 135 ◦ green 69 ◦ blue 136

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

Shades of Vivid Violet #874588

Tints of Vivid Violet #874588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40%

R = 39.71%
G = 20.29%
B = 40%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#874588 (or 0x874588) is known color: Vivid Violet. HEX triplet: 87, 45 and 88. RGB value is (135,69,136). Sum of RGB (Red+Green+Blue) = 135+69+136=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #874588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874588 is #78BA77. Grayscale: #606060. Windows color (decimal): -7912056 or 8930695. OLE color: 8930695.

HSL color Cylindrical-coordinate representation of color #874588: hue angle of 299.1º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874588 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 136 -
CMYK 0.01 0.49 0 0.47
HSL 299.1º 0.33% 0.4% -
HSV(B) 299.1º 0.49% 0.53% -
XYZ 16.56 11.18 24.58 -
YUV 96.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 135 69 136 0.01 0.49 0 0.47 299.1 0.33 0.4
Hex 87 45 88 1 31 0 2F 12B 21 28
Octal 207 105 210 1 61 0 57 453 41 50
Binary 10000111 1000101 10001000 1 110001 0 101111 100101011 100001 101000

Color Harmonies of #874588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874588

Black with #874588

Text Example


Text Example

White with #874588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874588; }

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

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

background-color css

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

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

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

border-color css

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

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

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