Html Css Color HEX #917FBB Cold Purple

📋 copy color: '#917FBB'

red 145 ◦ green 127 ◦ blue 187

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

Shades of Cold Purple #917FBB

Tints of Cold Purple #917FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 31.59%
G = 27.67%
B = 40.74%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#917FBB (or 0x917FBB) is known color: Cold Purple. HEX triplet: 91, 7F and BB. RGB value is (145,127,187). Sum of RGB (Red+Green+Blue) = 145+127+187=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #917FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FBB is #6E8044. Grayscale: #8B8B8B. Windows color (decimal): -7241797 or 12287889. OLE color: 12287889.

HSL color Cylindrical-coordinate representation of color #917FBB: hue angle of 258º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #917FBB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 127 187 -
CMYK 0.22 0.32 0 0.27
HSL 258º 0.31% 0.62% -
HSV(B) 258º 0.32% 0.73% -
XYZ 28.24 24.79 50.31 -
YUV 139.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 145 127 187 0.22 0.32 0 0.27 258 0.31 0.62
Hex 91 7F BB 16 20 0 1B 102 1F 3E
Octal 221 177 273 26 40 0 33 402 37 76
Binary 10010001 1111111 10111011 10110 100000 0 11011 100000010 11111 111110

Color Harmonies of #917FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FBB

Black with #917FBB

Text Example


Text Example

White with #917FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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