Html Css Color HEX #917BDC Medium Purple

📋 copy color: '#917BDC'

red 145 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #917BDC

Tints of Medium Purple #917BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 29.71%
G = 25.2%
B = 45.08%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#917BDC (or 0x917BDC) is known color: Medium Purple. HEX triplet: 91, 7B and DC. RGB value is (145,123,220). Sum of RGB (Red+Green+Blue) = 145+123+220=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #917BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BDC is #6E8423. Grayscale: #8C8C8C. Windows color (decimal): -7242788 or 14449553. OLE color: 14449553.

HSL color Cylindrical-coordinate representation of color #917BDC: hue angle of 253.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917BDC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 123 220 -
CMYK 0.34 0.44 0 0.14
HSL 253.61º 0.58% 0.67% -
HSV(B) 253.61º 0.44% 0.86% -
XYZ 31.68 25.35 70.93 -
YUV 140.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 145 123 220 0.34 0.44 0 0.14 253.61 0.58 0.67
Hex 91 7B DC 22 2C 0 E FE 3A 43
Octal 221 173 334 42 54 0 16 376 72 103
Binary 10010001 1111011 11011100 100010 101100 0 1110 11111110 111010 1000011

Color Harmonies of #917BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917BDC

Black with #917BDC

Text Example


Text Example

White with #917BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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