#8a65c4

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

Shades of True V #8A65C4

Tints of True V #8A65C4

Color information

#8A65C4 (or 0x8A65C4) is unknown color: approx True V. HEX triplet: 8A, 65 and C4. RGB value is (138,101,196). Sum of RGB (Red+Green+Blue) = 138+101+196=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A65C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65C4 is #759A3B. Grayscale: #7A7A7A. Windows color (decimal): -7707196 or 12871050. OLE color: 12871050.

HSL color Cylindrical-coordinate representation of color #8A65C4: hue angle of 263.37º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A65C4 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB138101196-
CMYK0.300.4800.23
HSL263.37º44.6%58.24%-
HSV(B)263.37º48.47%76.86%-
XYZ25.118.754.51-
YUV122.89169.26138.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 196 (76.95% from 255) = 45.06%
R=31.72%
G=23.22%
B=45.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381011960.300.4800.23263.3744.658.24
Hex8A65C41E300171072d3a
Octal21214530436600274075572
Binary1000101011001011100010011110110000010111100000111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a65c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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