#8967C9

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

Shades of True V #8967C9

Tints of True V #8967C9

Color information

#8967C9 (or 0x8967C9) is unknown color: approx True V. HEX triplet: 89, 67 and C9. RGB value is (137,103,201). Sum of RGB (Red+Green+Blue) = 137+103+201=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #8967C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8967C9 is #769836. Grayscale: #7B7B7B. Windows color (decimal): -7772215 or 13199241. OLE color: 13199241.

HSL color Cylindrical-coordinate representation of color #8967C9: hue angle of 260.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8967C9 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137103201-
CMYK0.320.4900.21
HSL260.82º47.57%59.61%-
HSV(B)260.82º48.76%78.82%-
XYZ25.7119.2457.62-
YUV124.34171.26137.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.07%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=31.07%
G=23.36%
B=45.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371032010.320.4900.21260.8247.5759.61
Hex8967C92031015105303c
Octal21114731140610254056074
Binary10001001110011111001001100000110001010101100000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8967C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8967C9; }

 p { color: rgb(137,103,201); }

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

<style>
 a { background-color: #8967C9; }

 a { background-color: rgb(137,103,201); }

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

<style>
 span { border-color: #8967C9; }

 span { border-color: rgb(137,103,201); }

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