Html Css Color HEX #9483DF Medium Purple

📋 copy color: '#9483DF'

red 148 ◦ green 131 ◦ blue 223

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

Shades of Medium Purple #9483DF

Tints of Medium Purple #9483DF

RGB

 RED value IS 148 (58.2% from 255) = 29.48%

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 29.48%
G = 26.1%
B = 44.42%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9483DF (or 0x9483DF) is known color: Medium Purple. HEX triplet: 94, 83 and DF. RGB value is (148,131,223). Sum of RGB (Red+Green+Blue) = 148+131+223=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #9483DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483DF is #6B7C20. Grayscale: #929292. Windows color (decimal): -7044129 or 14648212. OLE color: 14648212.

HSL color Cylindrical-coordinate representation of color #9483DF: hue angle of 251.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9483DF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 131 223 -
CMYK 0.34 0.41 0 0.13
HSL 251.09º 0.59% 0.69% -
HSV(B) 251.09º 0.41% 0.87% -
XYZ 33.65 27.86 73.42 -
YUV 146.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 148 131 223 0.34 0.41 0 0.13 251.09 0.59 0.69
Hex 94 83 DF 22 29 0 D FB 3B 45
Octal 224 203 337 42 51 0 15 373 73 105
Binary 10010100 10000011 11011111 100010 101001 0 1101 11111011 111011 1000101

Color Harmonies of #9483DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9483DF

Black with #9483DF

Text Example


Text Example

White with #9483DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9483DF; }

 p { color: rgb(148,131,223); }

 H1.HeaderClassName
 {
   color: #9483DF;
 }
 .AnyTagClassName
 {
   color: #9483DF;
 }
</style>

background-color css

<style>
 a { background-color: #9483DF; }

 a { background-color: rgb(148,131,223); }

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

border-color css

<style>
 span { border-color: #9483DF; }

 span { border-color: rgb(148,131,223); }

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