Html Css Color HEX #9B83DA Medium Purple

📋 copy color: '#9B83DA'

red 155 ◦ green 131 ◦ blue 218

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

Shades of Medium Purple #9B83DA

Tints of Medium Purple #9B83DA

RGB

 RED value IS 155 (60.94% from 255) = 30.75%

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

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

R = 30.75%
G = 25.99%
B = 43.25%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B83DA (or 0x9B83DA) is known color: Medium Purple. HEX triplet: 9B, 83 and DA. RGB value is (155,131,218). Sum of RGB (Red+Green+Blue) = 155+131+218=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83DA is #647C25. Grayscale: #939393. Windows color (decimal): -6585382 or 14320539. OLE color: 14320539.

HSL color Cylindrical-coordinate representation of color #9B83DA: hue angle of 256.55º 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 #9B83DA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 131 218 -
CMYK 0.29 0.40 0 0.15
HSL 256.55º 0.54% 0.68% -
HSV(B) 256.55º 0.4% 0.85% -
XYZ 34.29 28.26 69.98 -
YUV 148.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 155 131 218 0.29 0.40 0 0.15 256.55 0.54 0.68
Hex 9B 83 DA 1D 28 0 F 101 36 44
Octal 233 203 332 35 50 0 17 401 66 104
Binary 10011011 10000011 11011010 11101 101000 0 1111 100000001 110110 1000100

Color Harmonies of #9B83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B83DA

Black with #9B83DA

Text Example


Text Example

White with #9B83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B83DA; }

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

 H1.HeaderClassName
 {
   color: #9B83DA;
 }
 .AnyTagClassName
 {
   color: #9B83DA;
 }
</style>

background-color css

<style>
 a { background-color: #9B83DA; }

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

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

border-color css

<style>
 span { border-color: #9B83DA; }

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

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