Html Css Color HEX #87468A Vivid Violet

📋 copy color: '#87468A'

red 135 ◦ green 70 ◦ blue 138

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

Shades of Vivid Violet #87468A

Tints of Vivid Violet #87468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 39.36%
G = 20.41%
B = 40.23%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#87468A (or 0x87468A) is known color: Vivid Violet. HEX triplet: 87, 46 and 8A. RGB value is (135,70,138). Sum of RGB (Red+Green+Blue) = 135+70+138=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #87468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87468A is #78B975. Grayscale: #606060. Windows color (decimal): -7911798 or 9062023. OLE color: 9062023.

HSL color Cylindrical-coordinate representation of color #87468A: hue angle of 297.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87468A is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 70 138 -
CMYK 0.02 0.49 0 0.46
HSL 297.35º 0.33% 0.41% -
HSV(B) 297.35º 0.49% 0.54% -
XYZ 16.77 11.37 25.35 -
YUV 97.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 135 70 138 0.02 0.49 0 0.46 297.35 0.33 0.41
Hex 87 46 8A 2 31 0 2E 129 21 29
Octal 207 106 212 2 61 0 56 451 41 51
Binary 10000111 1000110 10001010 10 110001 0 101110 100101001 100001 101001

Color Harmonies of #87468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87468A

Black with #87468A

Text Example


Text Example

White with #87468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87468A; }

 p { color: rgb(135,70,138); }

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

background-color css

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

 a { background-color: rgb(135,70,138); }

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

border-color css

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

 span { border-color: rgb(135,70,138); }

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