#917DCC

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

Shades of True V #917DCC

Tints of True V #917DCC

Color information

#917DCC (or 0x917DCC) is unknown color: approx True V. HEX triplet: 91, 7D and CC. RGB value is (145,125,204). Sum of RGB (Red+Green+Blue) = 145+125+204=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #917DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DCC is #6E8233. Grayscale: #8B8B8B. Windows color (decimal): -7242292 or 13401489. OLE color: 13401489.

HSL color Cylindrical-coordinate representation of color #917DCC: hue angle of 255.19º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #917DCC is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145125204-
CMYK0.290.3900.2
HSL255.19º43.65%64.51%-
HSV(B)255.19º38.73%80%-
XYZ29.9125.0560.38-
YUV139.99164.13131.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=30.59%
G=26.37%
B=43.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451252040.290.3900.2255.1943.6564.51
Hex917DCC1D27014ff2c41
Octal221175314354702437754101
Binary1001000111111011100110011101100111010100111111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917DCC; }

 p { color: rgb(145,125,204); }

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

<style>
 a { background-color: #917DCC; }

 a { background-color: rgb(145,125,204); }

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

<style>
 span { border-color: #917DCC; }

 span { border-color: rgb(145,125,204); }

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