#947AD1

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

Shades of True V #947AD1

Tints of True V #947AD1

Color information

#947AD1 (or 0x947AD1) is unknown color: approx True V. HEX triplet: 94, 7A and D1. RGB value is (148,122,209). Sum of RGB (Red+Green+Blue) = 148+122+209=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #947AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AD1 is #6B852E. Grayscale: #8B8B8B. Windows color (decimal): -7046447 or 13728404. OLE color: 13728404.

HSL color Cylindrical-coordinate representation of color #947AD1: hue angle of 257.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947AD1 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148122209-
CMYK0.290.4200.18
HSL257.93º48.6%64.9%-
HSV(B)257.93º41.63%81.96%-
XYZ30.6824.8263.49-
YUV139.69167.11133.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=30.90%
G=25.47%
B=43.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481222090.290.4200.18257.9348.664.9
Hex947AD11D2A0121023141
Octal224172321355202240261101
Binary10010100111101011010001111011010100100101000000101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947AD1; }

 p { color: rgb(148,122,209); }

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

<style>
 a { background-color: #947AD1; }

 a { background-color: rgb(148,122,209); }

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

<style>
 span { border-color: #947AD1; }

 span { border-color: rgb(148,122,209); }

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