Html Css Color HEX #9982D8 Medium Purple

📋 copy color: '#9982D8'

red 153 ◦ green 130 ◦ blue 216

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

Shades of Medium Purple #9982D8

Tints of Medium Purple #9982D8

RGB

 RED value IS 153 (60.16% from 255) = 30.66%

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

 BLUE value IS 216 (84.77% from 255) = 43.29%

R = 30.66%
G = 26.05%
B = 43.29%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9982D8 (or 0x9982D8) is known color: Medium Purple. HEX triplet: 99, 82 and D8. RGB value is (153,130,216). Sum of RGB (Red+Green+Blue) = 153+130+216=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #9982D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982D8 is #667D27. Grayscale: #929292. Windows color (decimal): -6716712 or 14189209. OLE color: 14189209.

HSL color Cylindrical-coordinate representation of color #9982D8: hue angle of 256.05º degrees, saturation: 0.52, 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 #9982D8 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 130 216 -
CMYK 0.29 0.40 0 0.15
HSL 256.05º 0.52% 0.68% -
HSV(B) 256.05º 0.4% 0.85% -
XYZ 33.51 27.7 68.55 -
YUV 146.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 153 130 216 0.29 0.40 0 0.15 256.05 0.52 0.68
Hex 99 82 D8 1D 28 0 F 100 34 44
Octal 231 202 330 35 50 0 17 400 64 104
Binary 10011001 10000010 11011000 11101 101000 0 1111 100000000 110100 1000100

Color Harmonies of #9982D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982D8

Black with #9982D8

Text Example


Text Example

White with #9982D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9982D8; }

 p { color: rgb(153,130,216); }

 H1.HeaderClassName
 {
   color: #9982D8;
 }
 .AnyTagClassName
 {
   color: #9982D8;
 }
</style>

background-color css

<style>
 a { background-color: #9982D8; }

 a { background-color: rgb(153,130,216); }

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

border-color css

<style>
 span { border-color: #9982D8; }

 span { border-color: rgb(153,130,216); }

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