#8A65CE

Color #8A65CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8A65CE

Tints of True V #8A65CE

Color information

#8A65CE (or 0x8A65CE) is unknown color: approx True V. HEX triplet: 8A, 65 and CE. RGB value is (138,101,206). Sum of RGB (Red+Green+Blue) = 138+101+206=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65CE is #759A31. Grayscale: #7B7B7B. Windows color (decimal): -7707186 or 13526410. OLE color: 13526410.

HSL color Cylindrical-coordinate representation of color #8A65CE: hue angle of 261.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A65CE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138101206-
CMYK0.330.5100.19
HSL261.14º51.72%60.2%-
HSV(B)261.14º50.97%80.78%-
XYZ26.2819.1760.71-
YUV124.03174.26137.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=31.01%
G=22.70%
B=46.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381012060.330.5100.19261.1451.7260.2
Hex8A65CE2133013105343c
Octal21214531641630234056474
Binary10001010110010111001110100001110011010011100000101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,206); }

 H1.HeaderClassName
 {
   color: #8A65CE;
 }
 .AnyTagClassName
 {
   color: #8A65CE;
 }
</style>
background-color css

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

 a { background-color: rgb(138,101,206); }

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

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

 span { border-color: rgb(138,101,206); }

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