Html Css Color HEX #9985DB Medium Purple

📋 copy color: '#9985DB'

red 153 ◦ green 133 ◦ blue 219

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

Shades of Medium Purple #9985DB

Tints of Medium Purple #9985DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.34%

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

R = 30.3%
G = 26.34%
B = 43.37%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9985DB (or 0x9985DB) is known color: Medium Purple. HEX triplet: 99, 85 and DB. RGB value is (153,133,219). Sum of RGB (Red+Green+Blue) = 153+133+219=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9985DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985DB is #667A24. Grayscale: #949494. Windows color (decimal): -6715941 or 14386585. OLE color: 14386585.

HSL color Cylindrical-coordinate representation of color #9985DB: hue angle of 253.95º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9985DB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 133 219 -
CMYK 0.30 0.39 0 0.14
HSL 253.95º 0.54% 0.69% -
HSV(B) 253.95º 0.39% 0.86% -
XYZ 34.31 28.66 70.74 -
YUV 148.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 153 133 219 0.30 0.39 0 0.14 253.95 0.54 0.69
Hex 99 85 DB 1E 27 0 E FE 36 45
Octal 231 205 333 36 47 0 16 376 66 105
Binary 10011001 10000101 11011011 11110 100111 0 1110 11111110 110110 1000101

Color Harmonies of #9985DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9985DB

Black with #9985DB

Text Example


Text Example

White with #9985DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9985DB; }

 p { color: rgb(153,133,219); }

 H1.HeaderClassName
 {
   color: #9985DB;
 }
 .AnyTagClassName
 {
   color: #9985DB;
 }
</style>

background-color css

<style>
 a { background-color: #9985DB; }

 a { background-color: rgb(153,133,219); }

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

border-color css

<style>
 span { border-color: #9985DB; }

 span { border-color: rgb(153,133,219); }

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