Html Css Color HEX #8A6DBC True V

📋 copy color: '#8A6DBC'

red 138 ◦ green 109 ◦ blue 188

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

Shades of True V #8A6DBC

Tints of True V #8A6DBC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.06%

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

R = 31.72%
G = 25.06%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A6DBC (or 0x8A6DBC) is known color: True V. HEX triplet: 8A, 6D and BC. RGB value is (138,109,188). Sum of RGB (Red+Green+Blue) = 138+109+188=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A6DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DBC is #759243. Grayscale: #7E7E7E. Windows color (decimal): -7705156 or 12348810. OLE color: 12348810.

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

Color convert

RGB 138 109 188 -
CMYK 0.27 0.42 0 0.26
HSL 262.03º 0.37% 0.58% -
HSV(B) 262.03º 0.42% 0.74% -
XYZ 25.03 19.97 50.11 -
YUV 126.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 138 109 188 0.27 0.42 0 0.26 262.03 0.37 0.58
Hex 8A 6D BC 1B 2A 0 1A 106 25 3A
Octal 212 155 274 33 52 0 32 406 45 72
Binary 10001010 1101101 10111100 11011 101010 0 11010 100000110 100101 111010

Color Harmonies of #8A6DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6DBC

Black with #8A6DBC

Text Example


Text Example

White with #8A6DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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