Html Css Color HEX #917BD6 Medium Purple

📋 copy color: '#917BD6'

red 145 ◦ green 123 ◦ blue 214

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

Shades of Medium Purple #917BD6

Tints of Medium Purple #917BD6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.52%

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 30.08%
G = 25.52%
B = 44.4%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#917BD6 (or 0x917BD6) is known color: Medium Purple. HEX triplet: 91, 7B and D6. RGB value is (145,123,214). Sum of RGB (Red+Green+Blue) = 145+123+214=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #917BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BD6 is #6E8429. Grayscale: #8B8B8B. Windows color (decimal): -7242794 or 14056337. OLE color: 14056337.

HSL color Cylindrical-coordinate representation of color #917BD6: hue angle of 254.51º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917BD6 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 123 214 -
CMYK 0.32 0.43 0 0.16
HSL 254.51º 0.53% 0.66% -
HSV(B) 254.51º 0.43% 0.84% -
XYZ 30.9 25.04 66.82 -
YUV 139.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 145 123 214 0.32 0.43 0 0.16 254.51 0.53 0.66
Hex 91 7B D6 20 2B 0 10 FF 35 42
Octal 221 173 326 40 53 0 20 377 65 102
Binary 10010001 1111011 11010110 100000 101011 0 10000 11111111 110101 1000010

Color Harmonies of #917BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917BD6

Black with #917BD6

Text Example


Text Example

White with #917BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,123,214); }

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

background-color css

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

 a { background-color: rgb(145,123,214); }

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

border-color css

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

 span { border-color: rgb(145,123,214); }

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