Html Css Color HEX #9983DC Medium Purple

📋 copy color: '#9983DC'

red 153 ◦ green 131 ◦ blue 220

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

Shades of Medium Purple #9983DC

Tints of Medium Purple #9983DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.99%

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

R = 30.36%
G = 25.99%
B = 43.65%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9983DC (or 0x9983DC) is known color: Medium Purple. HEX triplet: 99, 83 and DC. RGB value is (153,131,220). Sum of RGB (Red+Green+Blue) = 153+131+220=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #9983DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983DC is #667C23. Grayscale: #939393. Windows color (decimal): -6716452 or 14451609. OLE color: 14451609.

HSL color Cylindrical-coordinate representation of color #9983DC: hue angle of 254.83º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9983DC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 131 220 -
CMYK 0.30 0.40 0 0.14
HSL 254.83º 0.56% 0.69% -
HSV(B) 254.83º 0.4% 0.86% -
XYZ 34.17 28.17 71.35 -
YUV 147.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 153 131 220 0.30 0.40 0 0.14 254.83 0.56 0.69
Hex 99 83 DC 1E 28 0 E FF 38 45
Octal 231 203 334 36 50 0 16 377 70 105
Binary 10011001 10000011 11011100 11110 101000 0 1110 11111111 111000 1000101

Color Harmonies of #9983DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9983DC

Black with #9983DC

Text Example


Text Example

White with #9983DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9983DC; }

 p { color: rgb(153,131,220); }

 H1.HeaderClassName
 {
   color: #9983DC;
 }
 .AnyTagClassName
 {
   color: #9983DC;
 }
</style>

background-color css

<style>
 a { background-color: #9983DC; }

 a { background-color: rgb(153,131,220); }

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

border-color css

<style>
 span { border-color: #9983DC; }

 span { border-color: rgb(153,131,220); }

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