Html Css Color HEX #9483E7 Medium Purple

📋 copy color: '#9483E7'

red 148 ◦ green 131 ◦ blue 231

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

Shades of Medium Purple #9483E7

Tints of Medium Purple #9483E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.29%

R = 29.02%
G = 25.69%
B = 45.29%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9483E7 (or 0x9483E7) is known color: Medium Purple. HEX triplet: 94, 83 and E7. RGB value is (148,131,231). Sum of RGB (Red+Green+Blue) = 148+131+231=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #9483E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9483E7 is #6B7C18. Grayscale: #939393. Windows color (decimal): -7044121 or 15172500. OLE color: 15172500.

HSL color Cylindrical-coordinate representation of color #9483E7: hue angle of 250.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9483E7 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 131 231 -
CMYK 0.36 0.43 0 0.09
HSL 250.2º 0.68% 0.71% -
HSV(B) 250.2º 0.43% 0.91% -
XYZ 34.75 28.3 79.23 -
YUV 147.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 148 131 231 0.36 0.43 0 0.09 250.2 0.68 0.71
Hex 94 83 E7 24 2B 0 9 FA 44 47
Octal 224 203 347 44 53 0 11 372 104 107
Binary 10010100 10000011 11100111 100100 101011 0 1001 11111010 1000100 1000111

Color Harmonies of #9483E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9483E7

Black with #9483E7

Text Example


Text Example

White with #9483E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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