#8A65CC

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

Shades of True V #8A65CC

Tints of True V #8A65CC

Color information

#8A65CC (or 0x8A65CC) is unknown color: approx True V. HEX triplet: 8A, 65 and CC. RGB value is (138,101,204). Sum of RGB (Red+Green+Blue) = 138+101+204=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A65CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65CC is #759A33. Grayscale: #7B7B7B. Windows color (decimal): -7707188 or 13395338. OLE color: 13395338.

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

Color convert

RGB138101204-
CMYK0.320.5000.2
HSL261.55º50.24%59.8%-
HSV(B)261.55º50.49%80%-
XYZ26.0319.0759.44-
YUV123.8173.26138.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=31.15%
G=22.80%
B=46.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381012040.320.5000.2261.5550.2459.8
Hex8A65CC2032014106323c
Octal21214531440620244066274
Binary10001010110010111001100100000110010010100100000110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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