Html Css Color HEX #8673BA True V

📋 copy color: '#8673BA'

red 134 ◦ green 115 ◦ blue 186

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

Shades of True V #8673BA

Tints of True V #8673BA

RGB

 RED value IS 134 (52.73% from 255) = 30.8%

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

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

R = 30.8%
G = 26.44%
B = 42.76%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8673BA (or 0x8673BA) is known color: True V. HEX triplet: 86, 73 and BA. RGB value is (134,115,186). Sum of RGB (Red+Green+Blue) = 134+115+186=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8673BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673BA is #798C45. Grayscale: #808080. Windows color (decimal): -7965766 or 12219270. OLE color: 12219270.

HSL color Cylindrical-coordinate representation of color #8673BA: hue angle of 256.06º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8673BA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 115 186 -
CMYK 0.28 0.38 0 0.27
HSL 256.06º 0.34% 0.59% -
HSV(B) 256.06º 0.38% 0.73% -
XYZ 24.83 20.87 49.18 -
YUV 128.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 134 115 186 0.28 0.38 0 0.27 256.06 0.34 0.59
Hex 86 73 BA 1C 26 0 1B 100 22 3B
Octal 206 163 272 34 46 0 33 400 42 73
Binary 10000110 1110011 10111010 11100 100110 0 11011 100000000 100010 111011

Color Harmonies of #8673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8673BA

Black with #8673BA

Text Example


Text Example

White with #8673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8673BA; }

 p { color: rgb(134,115,186); }

 H1.HeaderClassName
 {
   color: #8673BA;
 }
 .AnyTagClassName
 {
   color: #8673BA;
 }
</style>

background-color css

<style>
 a { background-color: #8673BA; }

 a { background-color: rgb(134,115,186); }

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

border-color css

<style>
 span { border-color: #8673BA; }

 span { border-color: rgb(134,115,186); }

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