Html Css Color HEX #8672BA True V

📋 copy color: '#8672BA'

red 134 ◦ green 114 ◦ blue 186

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

Shades of True V #8672BA

Tints of True V #8672BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.27%

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

R = 30.88%
G = 26.27%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8672BA (or 0x8672BA) is known color: True V. HEX triplet: 86, 72 and BA. RGB value is (134,114,186). Sum of RGB (Red+Green+Blue) = 134+114+186=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8672BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672BA is #798D45. Grayscale: #7F7F7F. Windows color (decimal): -7966022 or 12219014. OLE color: 12219014.

HSL color Cylindrical-coordinate representation of color #8672BA: hue angle of 256.67º degrees, saturation: 0.34, 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 #8672BA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 114 186 -
CMYK 0.28 0.39 0 0.27
HSL 256.67º 0.34% 0.59% -
HSV(B) 256.67º 0.39% 0.73% -
XYZ 24.71 20.65 49.14 -
YUV 128.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 134 114 186 0.28 0.39 0 0.27 256.67 0.34 0.59
Hex 86 72 BA 1C 27 0 1B 101 22 3B
Octal 206 162 272 34 47 0 33 401 42 73
Binary 10000110 1110010 10111010 11100 100111 0 11011 100000001 100010 111011

Color Harmonies of #8672BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672BA

Black with #8672BA

Text Example


Text Example

White with #8672BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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