Html Css Color HEX #8A73BC True V

📋 copy color: '#8A73BC'

red 138 ◦ green 115 ◦ blue 188

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

Shades of True V #8A73BC

Tints of True V #8A73BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 31.29%
G = 26.08%
B = 42.63%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A73BC (or 0x8A73BC) is known color: True V. HEX triplet: 8A, 73 and BC. RGB value is (138,115,188). Sum of RGB (Red+Green+Blue) = 138+115+188=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73BC is #758C43. Grayscale: #818181. Windows color (decimal): -7703620 or 12350346. OLE color: 12350346.

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

Color convert

RGB 138 115 188 -
CMYK 0.27 0.39 0 0.26
HSL 258.9º 0.35% 0.59% -
HSV(B) 258.9º 0.39% 0.74% -
XYZ 25.69 21.3 50.33 -
YUV 130.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 138 115 188 0.27 0.39 0 0.26 258.9 0.35 0.59
Hex 8A 73 BC 1B 27 0 1A 103 23 3B
Octal 212 163 274 33 47 0 32 403 43 73
Binary 10001010 1110011 10111100 11011 100111 0 11010 100000011 100011 111011

Color Harmonies of #8A73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A73BC

Black with #8A73BC

Text Example


Text Example

White with #8A73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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