Html Css Color HEX #8A76BE True V

📋 copy color: '#8A76BE'

red 138 ◦ green 118 ◦ blue 190

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

Shades of True V #8A76BE

Tints of True V #8A76BE

RGB

 RED value IS 138 (54.3% from 255) = 30.94%

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 30.94%
G = 26.46%
B = 42.6%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A76BE (or 0x8A76BE) is known color: True V. HEX triplet: 8A, 76 and BE. RGB value is (138,118,190). Sum of RGB (Red+Green+Blue) = 138+118+190=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A76BE is #758941. Grayscale: #838383. Windows color (decimal): -7702850 or 12482186. OLE color: 12482186.

HSL color Cylindrical-coordinate representation of color #8A76BE: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A76BE is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 118 190 -
CMYK 0.27 0.38 0 0.25
HSL 256.67º 0.36% 0.6% -
HSV(B) 256.67º 0.38% 0.75% -
XYZ 26.25 22.08 51.59 -
YUV 132.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 138 118 190 0.27 0.38 0 0.25 256.67 0.36 0.6
Hex 8A 76 BE 1B 26 0 19 101 24 3C
Octal 212 166 276 33 46 0 31 401 44 74
Binary 10001010 1110110 10111110 11011 100110 0 11001 100000001 100100 111100

Color Harmonies of #8A76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A76BE

Black with #8A76BE

Text Example


Text Example

White with #8A76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A76BE; }

 p { color: rgb(138,118,190); }

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

background-color css

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

 a { background-color: rgb(138,118,190); }

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

border-color css

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

 span { border-color: rgb(138,118,190); }

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