Html Css Color HEX #8A6FBC True V

📋 copy color: '#8A6FBC'

red 138 ◦ green 111 ◦ blue 188

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

Shades of True V #8A6FBC

Tints of True V #8A6FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

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

R = 31.58%
G = 25.4%
B = 43.02%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A6FBC (or 0x8A6FBC) is known color: True V. HEX triplet: 8A, 6F and BC. RGB value is (138,111,188). Sum of RGB (Red+Green+Blue) = 138+111+188=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A6FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FBC is #759043. Grayscale: #7F7F7F. Windows color (decimal): -7704644 or 12349322. OLE color: 12349322.

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

Color convert

RGB 138 111 188 -
CMYK 0.27 0.41 0 0.26
HSL 261.04º 0.36% 0.59% -
HSV(B) 261.04º 0.41% 0.74% -
XYZ 25.24 20.4 50.18 -
YUV 127.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 138 111 188 0.27 0.41 0 0.26 261.04 0.36 0.59
Hex 8A 6F BC 1B 29 0 1A 105 24 3B
Octal 212 157 274 33 51 0 32 405 44 73
Binary 10001010 1101111 10111100 11011 101001 0 11010 100000101 100100 111011

Color Harmonies of #8A6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6FBC

Black with #8A6FBC

Text Example


Text Example

White with #8A6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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