Html Css Color HEX #8A77BA True V

📋 copy color: '#8A77BA'

red 138 ◦ green 119 ◦ blue 186

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

Shades of True V #8A77BA

Tints of True V #8A77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 31.15%
G = 26.86%
B = 41.99%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A77BA (or 0x8A77BA) is known color: True V. HEX triplet: 8A, 77 and BA. RGB value is (138,119,186). Sum of RGB (Red+Green+Blue) = 138+119+186=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77BA is #758845. Grayscale: #848484. Windows color (decimal): -7702598 or 12220298. OLE color: 12220298.

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

Color convert

RGB 138 119 186 -
CMYK 0.26 0.36 0 0.27
HSL 257.01º 0.33% 0.6% -
HSV(B) 257.01º 0.36% 0.73% -
XYZ 25.94 22.14 49.36 -
YUV 132.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 138 119 186 0.26 0.36 0 0.27 257.01 0.33 0.6
Hex 8A 77 BA 1A 24 0 1B 101 21 3C
Octal 212 167 272 32 44 0 33 401 41 74
Binary 10001010 1110111 10111010 11010 100100 0 11011 100000001 100001 111100

Color Harmonies of #8A77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A77BA

Black with #8A77BA

Text Example


Text Example

White with #8A77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,186); }

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

background-color css

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

 a { background-color: rgb(138,119,186); }

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

border-color css

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

 span { border-color: rgb(138,119,186); }

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