Html Css Color HEX #917FD1 True V

📋 copy color: '#917FD1'

red 145 ◦ green 127 ◦ blue 209

#917FD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #917FD1

Tints of True V #917FD1

RGB

 RED value IS 145 (57.03% from 255) = 30.15%

 GREEN value IS 127 (50% from 255) = 26.4%

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 30.15%
G = 26.4%
B = 43.45%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#917FD1 (or 0x917FD1) is known color: True V. HEX triplet: 91, 7F and D1. RGB value is (145,127,209). Sum of RGB (Red+Green+Blue) = 145+127+209=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #917FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FD1 is #6E802E. Grayscale: #8D8D8D. Windows color (decimal): -7241775 or 13729681. OLE color: 13729681.

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

Color convert

RGB 145 127 209 -
CMYK 0.31 0.39 0 0.18
HSL 253.17º 0.47% 0.66% -
HSV(B) 253.17º 0.39% 0.82% -
XYZ 30.78 25.8 63.68 -
YUV 141.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 145 127 209 0.31 0.39 0 0.18 253.17 0.47 0.66
Hex 91 7F D1 1F 27 0 12 FD 2F 42
Octal 221 177 321 37 47 0 22 375 57 102
Binary 10010001 1111111 11010001 11111 100111 0 10010 11111101 101111 1000010

Color Harmonies of #917FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FD1

Black with #917FD1

Text Example


Text Example

White with #917FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #917FD1;
 }
 .AnyTagClassName
 {
   color: #917FD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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