Html Css Color HEX #917FBD True V

📋 copy color: '#917FBD'

red 145 ◦ green 127 ◦ blue 189

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

Shades of True V #917FBD

Tints of True V #917FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 31.45%
G = 27.55%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#917FBD (or 0x917FBD) is known color: True V. HEX triplet: 91, 7F and BD. RGB value is (145,127,189). Sum of RGB (Red+Green+Blue) = 145+127+189=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #917FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FBD is #6E8042. Grayscale: #8B8B8B. Windows color (decimal): -7241795 or 12418961. OLE color: 12418961.

HSL color Cylindrical-coordinate representation of color #917FBD: hue angle of 257.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917FBD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 127 189 -
CMYK 0.23 0.33 0 0.26
HSL 257.42º 0.32% 0.62% -
HSV(B) 257.42º 0.33% 0.74% -
XYZ 28.45 24.87 51.45 -
YUV 139.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 145 127 189 0.23 0.33 0 0.26 257.42 0.32 0.62
Hex 91 7F BD 17 21 0 1A 101 20 3E
Octal 221 177 275 27 41 0 32 401 40 76
Binary 10010001 1111111 10111101 10111 100001 0 11010 100000001 100000 111110

Color Harmonies of #917FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FBD

Black with #917FBD

Text Example


Text Example

White with #917FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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