#947FC8

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

Shades of True V #947FC8

Tints of True V #947FC8

Color information

#947FC8 (or 0x947FC8) is unknown color: approx True V. HEX triplet: 94, 7F and C8. RGB value is (148,127,200). Sum of RGB (Red+Green+Blue) = 148+127+200=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #947FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FC8 is #6B8037. Grayscale: #8D8D8D. Windows color (decimal): -7045176 or 13139860. OLE color: 13139860.

HSL color Cylindrical-coordinate representation of color #947FC8: hue angle of 257.26º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #947FC8 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148127200-
CMYK0.260.3600.22
HSL257.26º39.89%64.12%-
HSV(B)257.26º36.5%78.43%-
XYZ30.2325.6458-
YUV141.6160.96132.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=31.16%
G=26.74%
B=42.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481272000.260.3600.22257.2639.8964.12
Hex947FC81A240161012840
Octal224177310324402640150100
Binary10010100111111111001000110101001000101101000000011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,200); }

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

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

 a { background-color: rgb(148,127,200); }

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

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

 span { border-color: rgb(148,127,200); }

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