#947BCF

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

Shades of True V #947BCF

Tints of True V #947BCF

Color information

#947BCF (or 0x947BCF) is unknown color: approx True V. HEX triplet: 94, 7B and CF. RGB value is (148,123,207). Sum of RGB (Red+Green+Blue) = 148+123+207=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #947BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BCF is #6B8430. Grayscale: #8B8B8B. Windows color (decimal): -7046193 or 13597588. OLE color: 13597588.

HSL color Cylindrical-coordinate representation of color #947BCF: hue angle of 257.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947BCF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148123207-
CMYK0.290.4100.19
HSL257.86º46.67%64.71%-
HSV(B)257.86º40.58%81.18%-
XYZ30.5624.9762.24-
YUV140.05165.78133.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=30.96%
G=25.73%
B=43.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481232070.290.4100.19257.8646.6764.71
Hex947BCF1D290131022f41
Octal224173317355102340257101
Binary10010100111101111001111111011010010100111000000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,207); }

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

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

 a { background-color: rgb(148,123,207); }

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

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

 span { border-color: rgb(148,123,207); }

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