Html Css Color HEX #9B7CDB Medium Purple

📋 copy color: '#9B7CDB'

red 155 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #9B7CDB

Tints of Medium Purple #9B7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

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

R = 31.12%
G = 24.9%
B = 43.98%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B7CDB (or 0x9B7CDB) is known color: Medium Purple. HEX triplet: 9B, 7C and DB. RGB value is (155,124,219). Sum of RGB (Red+Green+Blue) = 155+124+219=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CDB is #648324. Grayscale: #8F8F8F. Windows color (decimal): -6587173 or 14384283. OLE color: 14384283.

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

Color convert

RGB 155 124 219 -
CMYK 0.29 0.43 0 0.14
HSL 259.58º 0.57% 0.67% -
HSV(B) 259.58º 0.43% 0.86% -
XYZ 33.51 26.5 70.37 -
YUV 144.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 155 124 219 0.29 0.43 0 0.14 259.58 0.57 0.67
Hex 9B 7C DB 1D 2B 0 E 104 39 43
Octal 233 174 333 35 53 0 16 404 71 103
Binary 10011011 1111100 11011011 11101 101011 0 1110 100000100 111001 1000011

Color Harmonies of #9B7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CDB

Black with #9B7CDB

Text Example


Text Example

White with #9B7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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