#8164D0

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

Shades of True V #8164D0

Tints of True V #8164D0

Color information

#8164D0 (or 0x8164D0) is unknown color: approx True V. HEX triplet: 81, 64 and D0. RGB value is (129,100,208). Sum of RGB (Red+Green+Blue) = 129+100+208=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #8164D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164D0 is #7E9B2F. Grayscale: #787878. Windows color (decimal): -8297264 or 13657217. OLE color: 13657217.

HSL color Cylindrical-coordinate representation of color #8164D0: hue angle of 256.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8164D0 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129100208-
CMYK0.380.5200.18
HSL256.11º53.47%60.39%-
HSV(B)256.11º51.92%81.57%-
XYZ2518.3461.9-
YUV120.98177.11133.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=29.52%
G=22.88%
B=47.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291002080.380.5200.18256.1153.4760.39
Hex8164D02634012100353c
Octal20114432046640224006574
Binary10000001110010011010000100110110100010010100000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8164D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8164D0; }

 p { color: rgb(129,100,208); }

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

<style>
 a { background-color: #8164D0; }

 a { background-color: rgb(129,100,208); }

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

<style>
 span { border-color: #8164D0; }

 span { border-color: rgb(129,100,208); }

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