Html Css Color HEX #9383DB Medium Purple

📋 copy color: '#9383DB'

red 147 ◦ green 131 ◦ blue 219

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

Shades of Medium Purple #9383DB

Tints of Medium Purple #9383DB

RGB

 RED value IS 147 (57.81% from 255) = 29.58%

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

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

R = 29.58%
G = 26.36%
B = 44.06%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9383DB (or 0x9383DB) is known color: Medium Purple. HEX triplet: 93, 83 and DB. RGB value is (147,131,219). Sum of RGB (Red+Green+Blue) = 147+131+219=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #9383DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383DB is #6C7C24. Grayscale: #919191. Windows color (decimal): -7109669 or 14386067. OLE color: 14386067.

HSL color Cylindrical-coordinate representation of color #9383DB: hue angle of 250.91º degrees, saturation: 0.55, 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 #9383DB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 131 219 -
CMYK 0.33 0.40 0 0.14
HSL 250.91º 0.55% 0.69% -
HSV(B) 250.91º 0.4% 0.86% -
XYZ 32.94 27.55 70.6 -
YUV 145.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 147 131 219 0.33 0.40 0 0.14 250.91 0.55 0.69
Hex 93 83 DB 21 28 0 E FB 37 45
Octal 223 203 333 41 50 0 16 373 67 105
Binary 10010011 10000011 11011011 100001 101000 0 1110 11111011 110111 1000101

Color Harmonies of #9383DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9383DB

Black with #9383DB

Text Example


Text Example

White with #9383DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,131,219); }

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

background-color css

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

 a { background-color: rgb(147,131,219); }

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

border-color css

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

 span { border-color: rgb(147,131,219); }

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