Html Css Color HEX #9182DA Medium Purple

📋 copy color: '#9182DA'

red 145 ◦ green 130 ◦ blue 218

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

Shades of Medium Purple #9182DA

Tints of Medium Purple #9182DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

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

R = 29.41%
G = 26.37%
B = 44.22%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9182DA (or 0x9182DA) is known color: Medium Purple. HEX triplet: 91, 82 and DA. RGB value is (145,130,218). Sum of RGB (Red+Green+Blue) = 145+130+218=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #9182DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182DA is #6E7D25. Grayscale: #909090. Windows color (decimal): -7240998 or 14320273. OLE color: 14320273.

HSL color Cylindrical-coordinate representation of color #9182DA: hue angle of 250.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9182DA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 130 218 -
CMYK 0.33 0.40 0 0.15
HSL 250.23º 0.54% 0.68% -
HSV(B) 250.23º 0.4% 0.85% -
XYZ 32.31 27.05 69.85 -
YUV 144.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 145 130 218 0.33 0.40 0 0.15 250.23 0.54 0.68
Hex 91 82 DA 21 28 0 F FA 36 44
Octal 221 202 332 41 50 0 17 372 66 104
Binary 10010001 10000010 11011010 100001 101000 0 1111 11111010 110110 1000100

Color Harmonies of #9182DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9182DA

Black with #9182DA

Text Example


Text Example

White with #9182DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9182DA; }

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

 H1.HeaderClassName
 {
   color: #9182DA;
 }
 .AnyTagClassName
 {
   color: #9182DA;
 }
</style>

background-color css

<style>
 a { background-color: #9182DA; }

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

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

border-color css

<style>
 span { border-color: #9182DA; }

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

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