Html Css Color HEX #8A77B9 True V

📋 copy color: '#8A77B9'

red 138 ◦ green 119 ◦ blue 185

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

Shades of True V #8A77B9

Tints of True V #8A77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 31.22%
G = 26.92%
B = 41.86%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A77B9 (or 0x8A77B9) is known color: True V. HEX triplet: 8A, 77 and B9. RGB value is (138,119,185). Sum of RGB (Red+Green+Blue) = 138+119+185=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A77B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77B9 is #758846. Grayscale: #838383. Windows color (decimal): -7702599 or 12154762. OLE color: 12154762.

HSL color Cylindrical-coordinate representation of color #8A77B9: hue angle of 257.27º degrees, saturation: 0.32, 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 #8A77B9 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 119 185 -
CMYK 0.25 0.36 0 0.27
HSL 257.27º 0.32% 0.6% -
HSV(B) 257.27º 0.36% 0.73% -
XYZ 25.84 22.1 48.8 -
YUV 132.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 138 119 185 0.25 0.36 0 0.27 257.27 0.32 0.6
Hex 8A 77 B9 19 24 0 1B 101 20 3C
Octal 212 167 271 31 44 0 33 401 40 74
Binary 10001010 1110111 10111001 11001 100100 0 11011 100000001 100000 111100

Color Harmonies of #8A77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A77B9

Black with #8A77B9

Text Example


Text Example

White with #8A77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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