Html Css Color HEX #9B79DB Medium Purple

📋 copy color: '#9B79DB'

red 155 ◦ green 121 ◦ blue 219

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

Shades of Medium Purple #9B79DB

Tints of Medium Purple #9B79DB

RGB

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

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

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

R = 31.31%
G = 24.44%
B = 44.24%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B79DB (or 0x9B79DB) is known color: Medium Purple. HEX triplet: 9B, 79 and DB. RGB value is (155,121,219). Sum of RGB (Red+Green+Blue) = 155+121+219=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79DB is #648624. Grayscale: #8D8D8D. Windows color (decimal): -6587941 or 14383515. OLE color: 14383515.

HSL color Cylindrical-coordinate representation of color #9B79DB: hue angle of 260.82º degrees, saturation: 0.58, 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 #9B79DB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 121 219 -
CMYK 0.29 0.45 0 0.14
HSL 260.82º 0.58% 0.67% -
HSV(B) 260.82º 0.45% 0.86% -
XYZ 33.14 25.76 70.24 -
YUV 142.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 155 121 219 0.29 0.45 0 0.14 260.82 0.58 0.67
Hex 9B 79 DB 1D 2D 0 E 105 3A 43
Octal 233 171 333 35 55 0 16 405 72 103
Binary 10011011 1111001 11011011 11101 101101 0 1110 100000101 111010 1000011

Color Harmonies of #9B79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B79DB

Black with #9B79DB

Text Example


Text Example

White with #9B79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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