Html Css Color HEX #9B82DC Medium Purple

📋 copy color: '#9B82DC'

red 155 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #9B82DC

Tints of Medium Purple #9B82DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.74%

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 30.69%
G = 25.74%
B = 43.56%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B82DC (or 0x9B82DC) is known color: Medium Purple. HEX triplet: 9B, 82 and DC. RGB value is (155,130,220). Sum of RGB (Red+Green+Blue) = 155+130+220=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B82DC is #647D23. Grayscale: #939393. Windows color (decimal): -6585636 or 14451355. OLE color: 14451355.

HSL color Cylindrical-coordinate representation of color #9B82DC: hue angle of 256.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B82DC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 130 220 -
CMYK 0.30 0.41 0 0.14
HSL 256.67º 0.56% 0.69% -
HSV(B) 256.67º 0.41% 0.86% -
XYZ 34.42 28.1 71.32 -
YUV 147.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 155 130 220 0.30 0.41 0 0.14 256.67 0.56 0.69
Hex 9B 82 DC 1E 29 0 E 101 38 45
Octal 233 202 334 36 51 0 16 401 70 105
Binary 10011011 10000010 11011100 11110 101001 0 1110 100000001 111000 1000101

Color Harmonies of #9B82DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B82DC

Black with #9B82DC

Text Example


Text Example

White with #9B82DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,220); }

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

background-color css

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

 a { background-color: rgb(155,130,220); }

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

border-color css

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

 span { border-color: rgb(155,130,220); }

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