Html Css Color HEX #9B76DC Medium Purple

📋 copy color: '#9B76DC'

red 155 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #9B76DC

Tints of Medium Purple #9B76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.94%

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

R = 31.44%
G = 23.94%
B = 44.62%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B76DC (or 0x9B76DC) is known color: Medium Purple. HEX triplet: 9B, 76 and DC. RGB value is (155,118,220). Sum of RGB (Red+Green+Blue) = 155+118+220=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76DC is #648923. Grayscale: #8C8C8C. Windows color (decimal): -6588708 or 14448283. OLE color: 14448283.

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

Color convert

RGB 155 118 220 -
CMYK 0.30 0.46 0 0.14
HSL 261.76º 0.59% 0.66% -
HSV(B) 261.76º 0.46% 0.86% -
XYZ 32.91 25.09 70.82 -
YUV 140.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 155 118 220 0.30 0.46 0 0.14 261.76 0.59 0.66
Hex 9B 76 DC 1E 2E 0 E 106 3B 42
Octal 233 166 334 36 56 0 16 406 73 102
Binary 10011011 1110110 11011100 11110 101110 0 1110 100000110 111011 1000010

Color Harmonies of #9B76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B76DC

Black with #9B76DC

Text Example


Text Example

White with #9B76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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