Html Css Color HEX #917BDA Medium Purple

📋 copy color: '#917BDA'

red 145 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #917BDA

Tints of Medium Purple #917BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 29.84%
G = 25.31%
B = 44.86%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#917BDA (or 0x917BDA) is known color: Medium Purple. HEX triplet: 91, 7B and DA. RGB value is (145,123,218). Sum of RGB (Red+Green+Blue) = 145+123+218=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #917BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BDA is #6E8425. Grayscale: #8C8C8C. Windows color (decimal): -7242790 or 14318481. OLE color: 14318481.

HSL color Cylindrical-coordinate representation of color #917BDA: hue angle of 253.89º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917BDA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 123 218 -
CMYK 0.33 0.44 0 0.15
HSL 253.89º 0.56% 0.67% -
HSV(B) 253.89º 0.44% 0.85% -
XYZ 31.41 25.25 69.55 -
YUV 140.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 145 123 218 0.33 0.44 0 0.15 253.89 0.56 0.67
Hex 91 7B DA 21 2C 0 F FE 38 43
Octal 221 173 332 41 54 0 17 376 70 103
Binary 10010001 1111011 11011010 100001 101100 0 1111 11111110 111000 1000011

Color Harmonies of #917BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917BDA

Black with #917BDA

Text Example


Text Example

White with #917BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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