Html Css Color HEX #9B6FDD Medium Purple

📋 copy color: '#9B6FDD'

red 155 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #9B6FDD

Tints of Medium Purple #9B6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 31.83%
G = 22.79%
B = 45.38%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B6FDD (or 0x9B6FDD) is known color: Medium Purple. HEX triplet: 9B, 6F and DD. RGB value is (155,111,221). Sum of RGB (Red+Green+Blue) = 155+111+221=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FDD is #649022. Grayscale: #888888. Windows color (decimal): -6590499 or 14512027. OLE color: 14512027.

HSL color Cylindrical-coordinate representation of color #9B6FDD: hue angle of 264º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B6FDD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 111 221 -
CMYK 0.30 0.50 0 0.13
HSL 264º 0.62% 0.65% -
HSV(B) 264º 0.5% 0.87% -
XYZ 32.25 23.56 71.25 -
YUV 136.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 155 111 221 0.30 0.50 0 0.13 264 0.62 0.65
Hex 9B 6F DD 1E 32 0 D 108 3E 41
Octal 233 157 335 36 62 0 15 410 76 101
Binary 10011011 1101111 11011101 11110 110010 0 1101 100001000 111110 1000001

Color Harmonies of #9B6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6FDD

Black with #9B6FDD

Text Example


Text Example

White with #9B6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,111,221); }

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

background-color css

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

 a { background-color: rgb(155,111,221); }

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

border-color css

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

 span { border-color: rgb(155,111,221); }

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