Html Css Color HEX #9283DB Medium Purple

📋 copy color: '#9283DB'

red 146 ◦ green 131 ◦ blue 219

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

Shades of Medium Purple #9283DB

Tints of Medium Purple #9283DB

RGB

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

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

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

R = 29.44%
G = 26.41%
B = 44.15%

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

#9283DB (or 0x9283DB) is known color: Medium Purple. HEX triplet: 92, 83 and DB. RGB value is (146,131,219). Sum of RGB (Red+Green+Blue) = 146+131+219=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #9283DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9283DB is #6D7C24. Grayscale: #919191. Windows color (decimal): -7175205 or 14386066. OLE color: 14386066.

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

Color convert

RGB 146 131 219 -
CMYK 0.33 0.40 0 0.14
HSL 250.23º 0.55% 0.69% -
HSV(B) 250.23º 0.4% 0.86% -
XYZ 32.76 27.46 70.59 -
YUV 145.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 146 131 219 0.33 0.40 0 0.14 250.23 0.55 0.69
Hex 92 83 DB 21 28 0 E FA 37 45
Octal 222 203 333 41 50 0 16 372 67 105
Binary 10010010 10000011 11011011 100001 101000 0 1110 11111010 110111 1000101

Color Harmonies of #9283DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9283DB

Black with #9283DB

Text Example


Text Example

White with #9283DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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