Html Css Color HEX #8A6ECC True V

📋 copy color: '#8A6ECC'

red 138 ◦ green 110 ◦ blue 204

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

Shades of True V #8A6ECC

Tints of True V #8A6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.34%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 30.53%
G = 24.34%
B = 45.13%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A6ECC (or 0x8A6ECC) is known color: True V. HEX triplet: 8A, 6E and CC. RGB value is (138,110,204). Sum of RGB (Red+Green+Blue) = 138+110+204=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ECC is #759133. Grayscale: #808080. Windows color (decimal): -7704884 or 13397642. OLE color: 13397642.

HSL color Cylindrical-coordinate representation of color #8A6ECC: hue angle of 257.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A6ECC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 110 204 -
CMYK 0.32 0.46 0 0.2
HSL 257.87º 0.48% 0.62% -
HSV(B) 257.87º 0.46% 0.8% -
XYZ 26.96 20.91 59.74 -
YUV 129.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 138 110 204 0.32 0.46 0 0.2 257.87 0.48 0.62
Hex 8A 6E CC 20 2E 0 14 102 30 3E
Octal 212 156 314 40 56 0 24 402 60 76
Binary 10001010 1101110 11001100 100000 101110 0 10100 100000010 110000 111110

Color Harmonies of #8A6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6ECC

Black with #8A6ECC

Text Example


Text Example

White with #8A6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,204); }

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

background-color css

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

 a { background-color: rgb(138,110,204); }

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

border-color css

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

 span { border-color: rgb(138,110,204); }

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