#917CD1

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

Shades of True V #917CD1

Tints of True V #917CD1

Color information

#917CD1 (or 0x917CD1) is unknown color: approx True V. HEX triplet: 91, 7C and D1. RGB value is (145,124,209). Sum of RGB (Red+Green+Blue) = 145+124+209=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #917CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CD1 is #6E832E. Grayscale: #8B8B8B. Windows color (decimal): -7242543 or 13728913. OLE color: 13728913.

HSL color Cylindrical-coordinate representation of color #917CD1: hue angle of 254.82º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917CD1 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145124209-
CMYK0.310.4100.18
HSL254.82º48.02%65.29%-
HSV(B)254.82º40.67%81.96%-
XYZ30.3925.0463.55-
YUV139.97166.96131.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=30.33%
G=25.94%
B=43.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451242090.310.4100.18254.8248.0265.29
Hex917CD11F29012ff3041
Octal221174321375102237760101
Binary1001000111111001101000111111101001010010111111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,209); }

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

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

 a { background-color: rgb(145,124,209); }

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

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

 span { border-color: rgb(145,124,209); }

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