#8961CE

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

Shades of True V #8961CE

Tints of True V #8961CE

Color information

#8961CE (or 0x8961CE) is unknown color: approx True V. HEX triplet: 89, 61 and CE. RGB value is (137,97,206). Sum of RGB (Red+Green+Blue) = 137+97+206=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8961CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8961CE is #769E31. Grayscale: #787878. Windows color (decimal): -7773746 or 13525385. OLE color: 13525385.

HSL color Cylindrical-coordinate representation of color #8961CE: hue angle of 262.02º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8961CE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13797206-
CMYK0.330.5300.19
HSL262.02º52.66%59.41%-
HSV(B)262.02º52.91%80.78%-
XYZ25.7318.3260.57-
YUV121.39175.75139.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=31.14%
G=22.05%
B=46.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137972060.330.5300.19262.0252.6659.41
Hex8961CE2135013106353b
Octal21114131641650234066573
Binary10001001110000111001110100001110101010011100000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8961CE; }

 p { color: rgb(137,97,206); }

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

<style>
 a { background-color: #8961CE; }

 a { background-color: rgb(137,97,206); }

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

<style>
 span { border-color: #8961CE; }

 span { border-color: rgb(137,97,206); }

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