#8168CB

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

Shades of True V #8168CB

Tints of True V #8168CB

Color information

#8168CB (or 0x8168CB) is unknown color: approx True V. HEX triplet: 81, 68 and CB. RGB value is (129,104,203). Sum of RGB (Red+Green+Blue) = 129+104+203=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #8168CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168CB is #7E9734. Grayscale: #7A7A7A. Windows color (decimal): -8296245 or 13330561. OLE color: 13330561.

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

Color convert

RGB129104203-
CMYK0.360.4900.20
HSL255.15º48.77%60.2%-
HSV(B)255.15º48.77%79.61%-
XYZ24.7818.8858.84-
YUV122.76173.28132.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=29.59%
G=23.85%
B=46.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291042030.360.4900.20255.1548.7760.2
Hex8168CB2431014ff313c
Octal20115031344610243776174
Binary1000000111010001100101110010011000101010011111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8168CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8168CB; }

 p { color: rgb(129,104,203); }

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

<style>
 a { background-color: #8168CB; }

 a { background-color: rgb(129,104,203); }

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

<style>
 span { border-color: #8168CB; }

 span { border-color: rgb(129,104,203); }

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