Html Css Color HEX #917ADB Medium Purple

📋 copy color: '#917ADB'

red 145 ◦ green 122 ◦ blue 219

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

Shades of Medium Purple #917ADB

Tints of Medium Purple #917ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.1%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 29.84%
G = 25.1%
B = 45.06%

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

#917ADB (or 0x917ADB) is known color: Medium Purple. HEX triplet: 91, 7A and DB. RGB value is (145,122,219). Sum of RGB (Red+Green+Blue) = 145+122+219=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #917ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ADB is #6E8524. Grayscale: #8B8B8B. Windows color (decimal): -7243045 or 14383761. OLE color: 14383761.

HSL color Cylindrical-coordinate representation of color #917ADB: hue angle of 254.23º degrees, saturation: 0.57, 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 #917ADB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 122 219 -
CMYK 0.34 0.44 0 0.14
HSL 254.23º 0.57% 0.67% -
HSV(B) 254.23º 0.44% 0.86% -
XYZ 31.42 25.05 70.2 -
YUV 139.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 145 122 219 0.34 0.44 0 0.14 254.23 0.57 0.67
Hex 91 7A DB 22 2C 0 E FE 39 43
Octal 221 172 333 42 54 0 16 376 71 103
Binary 10010001 1111010 11011011 100010 101100 0 1110 11111110 111001 1000011

Color Harmonies of #917ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917ADB

Black with #917ADB

Text Example


Text Example

White with #917ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,122,219); }

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

background-color css

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

 a { background-color: rgb(145,122,219); }

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

border-color css

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

 span { border-color: rgb(145,122,219); }

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