#8B64CD

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

Shades of True V #8B64CD

Tints of True V #8B64CD

Color information

#8B64CD (or 0x8B64CD) is unknown color: approx True V. HEX triplet: 8B, 64 and CD. RGB value is (139,100,205). Sum of RGB (Red+Green+Blue) = 139+100+205=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64CD is #749B32. Grayscale: #7B7B7B. Windows color (decimal): -7641907 or 13460619. OLE color: 13460619.

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

Color convert

RGB139100205-
CMYK0.320.5100.20
HSL262.29º51.22%59.8%-
HSV(B)262.29º51.22%80.39%-
XYZ26.2219.0160.04-
YUV123.63173.92138.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 100 (39.45% from 255) = 22.52%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=31.31%
G=22.52%
B=46.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391002050.320.5100.20262.2951.2259.8
Hex8B64CD2033014106333c
Octal21314431540630244066374
Binary10001011110010011001101100000110011010100100000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,205); }

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

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

 a { background-color: rgb(139,100,205); }

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

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

 span { border-color: rgb(139,100,205); }

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