Html Css Color HEX #8A6ACD True V

📋 copy color: '#8A6ACD'

red 138 ◦ green 106 ◦ blue 205

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

Shades of True V #8A6ACD

Tints of True V #8A6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 30.73%
G = 23.61%
B = 45.66%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A6ACD (or 0x8A6ACD) is known color: True V. HEX triplet: 8A, 6A and CD. RGB value is (138,106,205). Sum of RGB (Red+Green+Blue) = 138+106+205=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ACD is #759532. Grayscale: #7E7E7E. Windows color (decimal): -7705907 or 13462154. OLE color: 13462154.

HSL color Cylindrical-coordinate representation of color #8A6ACD: hue angle of 259.39º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A6ACD is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 106 205 -
CMYK 0.33 0.48 0 0.20
HSL 259.39º 0.5% 0.61% -
HSV(B) 259.39º 0.48% 0.8% -
XYZ 26.65 20.12 60.24 -
YUV 126.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 138 106 205 0.33 0.48 0 0.20 259.39 0.5 0.61
Hex 8A 6A CD 21 30 0 14 103 32 3D
Octal 212 152 315 41 60 0 24 403 62 75
Binary 10001010 1101010 11001101 100001 110000 0 10100 100000011 110010 111101

Color Harmonies of #8A6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6ACD

Black with #8A6ACD

Text Example


Text Example

White with #8A6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,205); }

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

background-color css

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

 a { background-color: rgb(138,106,205); }

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

border-color css

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

 span { border-color: rgb(138,106,205); }

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