#8169CC

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

Shades of True V #8169CC

Tints of True V #8169CC

Color information

#8169CC (or 0x8169CC) is unknown color: approx True V. HEX triplet: 81, 69 and CC. RGB value is (129,105,204). Sum of RGB (Red+Green+Blue) = 129+105+204=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #8169CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8169CC is #7E9633. Grayscale: #7B7B7B. Windows color (decimal): -8295988 or 13396353. OLE color: 13396353.

HSL color Cylindrical-coordinate representation of color #8169CC: hue angle of 254.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8169CC is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129105204-
CMYK0.370.4900.2
HSL254.55º49.25%60.59%-
HSV(B)254.55º48.53%80%-
XYZ2519.1359.5-
YUV123.46173.45131.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.45%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=29.45%
G=23.97%
B=46.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291052040.370.4900.2254.5549.2560.59
Hex8169CC2531014ff313d
Octal20115131445610243776175
Binary1000000111010011100110010010111000101010011111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8169CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8169CC; }

 p { color: rgb(129,105,204); }

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

<style>
 a { background-color: #8169CC; }

 a { background-color: rgb(129,105,204); }

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

<style>
 span { border-color: #8169CC; }

 span { border-color: rgb(129,105,204); }

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