Html Css Color HEX #9B79DC Medium Purple

📋 copy color: '#9B79DC'

red 155 ◦ green 121 ◦ blue 220

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

Shades of Medium Purple #9B79DC

Tints of Medium Purple #9B79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.4%

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

R = 31.25%
G = 24.4%
B = 44.35%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B79DC (or 0x9B79DC) is known color: Medium Purple. HEX triplet: 9B, 79 and DC. RGB value is (155,121,220). Sum of RGB (Red+Green+Blue) = 155+121+220=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B79DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79DC is #648623. Grayscale: #8E8E8E. Windows color (decimal): -6587940 or 14449051. OLE color: 14449051.

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

Color convert

RGB 155 121 220 -
CMYK 0.30 0.45 0 0.14
HSL 260.61º 0.59% 0.67% -
HSV(B) 260.61º 0.45% 0.86% -
XYZ 33.27 25.81 70.94 -
YUV 142.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 155 121 220 0.30 0.45 0 0.14 260.61 0.59 0.67
Hex 9B 79 DC 1E 2D 0 E 105 3B 43
Octal 233 171 334 36 55 0 16 405 73 103
Binary 10011011 1111001 11011100 11110 101101 0 1110 100000101 111011 1000011

Color Harmonies of #9B79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B79DC

Black with #9B79DC

Text Example


Text Example

White with #9B79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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