Html Css Color HEX #8742A4 Vivid Violet

📋 copy color: '#8742A4'

red 135 ◦ green 66 ◦ blue 164

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

Shades of Vivid Violet #8742A4

Tints of Vivid Violet #8742A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 164 (64.45% from 255) = 44.93%

R = 36.99%
G = 18.08%
B = 44.93%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8742A4 (or 0x8742A4) is known color: Vivid Violet. HEX triplet: 87, 42 and A4. RGB value is (135,66,164). Sum of RGB (Red+Green+Blue) = 135+66+164=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #8742A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8742A4 is #78BD5B. Grayscale: #616161. Windows color (decimal): -7912796 or 10764935. OLE color: 10764935.

HSL color Cylindrical-coordinate representation of color #8742A4: hue angle of 282.24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8742A4 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 66 164 -
CMYK 0.18 0.60 0 0.36
HSL 282.24º 0.43% 0.45% -
HSV(B) 282.24º 0.6% 0.64% -
XYZ 18.64 11.73 36.4 -
YUV 97.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 135 66 164 0.18 0.60 0 0.36 282.24 0.43 0.45
Hex 87 42 A4 12 3C 0 24 11A 2B 2D
Octal 207 102 244 22 74 0 44 432 53 55
Binary 10000111 1000010 10100100 10010 111100 0 100100 100011010 101011 101101

Color Harmonies of #8742A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8742A4

Black with #8742A4

Text Example


Text Example

White with #8742A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8742A4; }

 p { color: rgb(135,66,164); }

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

background-color css

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

 a { background-color: rgb(135,66,164); }

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

border-color css

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

 span { border-color: rgb(135,66,164); }

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