Html Css Color HEX #9283DA Medium Purple

📋 copy color: '#9283DA'

red 146 ◦ green 131 ◦ blue 218

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

Shades of Medium Purple #9283DA

Tints of Medium Purple #9283DA

RGB

 RED value IS 146 (57.42% from 255) = 29.49%

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 29.49%
G = 26.46%
B = 44.04%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9283DA (or 0x9283DA) is known color: Medium Purple. HEX triplet: 92, 83 and DA. RGB value is (146,131,218). Sum of RGB (Red+Green+Blue) = 146+131+218=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #9283DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9283DA is #6D7C25. Grayscale: #919191. Windows color (decimal): -7175206 or 14320530. OLE color: 14320530.

HSL color Cylindrical-coordinate representation of color #9283DA: hue angle of 250.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9283DA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 131 218 -
CMYK 0.33 0.40 0 0.15
HSL 250.34º 0.54% 0.68% -
HSV(B) 250.34º 0.4% 0.85% -
XYZ 32.63 27.41 69.9 -
YUV 145.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 146 131 218 0.33 0.40 0 0.15 250.34 0.54 0.68
Hex 92 83 DA 21 28 0 F FA 36 44
Octal 222 203 332 41 50 0 17 372 66 104
Binary 10010010 10000011 11011010 100001 101000 0 1111 11111010 110110 1000100

Color Harmonies of #9283DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9283DA

Black with #9283DA

Text Example


Text Example

White with #9283DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9283DA; }

 p { color: rgb(146,131,218); }

 H1.HeaderClassName
 {
   color: #9283DA;
 }
 .AnyTagClassName
 {
   color: #9283DA;
 }
</style>

background-color css

<style>
 a { background-color: #9283DA; }

 a { background-color: rgb(146,131,218); }

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

border-color css

<style>
 span { border-color: #9283DA; }

 span { border-color: rgb(146,131,218); }

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