Html Css Color HEX #8A73BB True V

📋 copy color: '#8A73BB'

red 138 ◦ green 115 ◦ blue 187

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

Shades of True V #8A73BB

Tints of True V #8A73BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 31.36%
G = 26.14%
B = 42.5%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A73BB (or 0x8A73BB) is known color: True V. HEX triplet: 8A, 73 and BB. RGB value is (138,115,187). Sum of RGB (Red+Green+Blue) = 138+115+187=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A73BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73BB is #758C44. Grayscale: #818181. Windows color (decimal): -7703621 or 12284810. OLE color: 12284810.

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

Color convert

RGB 138 115 187 -
CMYK 0.26 0.39 0 0.27
HSL 259.17º 0.35% 0.59% -
HSV(B) 259.17º 0.39% 0.73% -
XYZ 25.58 21.25 49.77 -
YUV 130.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 138 115 187 0.26 0.39 0 0.27 259.17 0.35 0.59
Hex 8A 73 BB 1A 27 0 1B 103 23 3B
Octal 212 163 273 32 47 0 33 403 43 73
Binary 10001010 1110011 10111011 11010 100111 0 11011 100000011 100011 111011

Color Harmonies of #8A73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A73BB

Black with #8A73BB

Text Example


Text Example

White with #8A73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,187); }

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

background-color css

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

 a { background-color: rgb(138,115,187); }

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

border-color css

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

 span { border-color: rgb(138,115,187); }

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