Html Css Color HEX #9B6CDC Medium Purple

📋 copy color: '#9B6CDC'

red 155 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #9B6CDC

Tints of Medium Purple #9B6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.36%

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

R = 32.09%
G = 22.36%
B = 45.55%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B6CDC (or 0x9B6CDC) is known color: Medium Purple. HEX triplet: 9B, 6C and DC. RGB value is (155,108,220). Sum of RGB (Red+Green+Blue) = 155+108+220=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6CDC is #649323. Grayscale: #868686. Windows color (decimal): -6591268 or 14445723. OLE color: 14445723.

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

Color convert

RGB 155 108 220 -
CMYK 0.30 0.51 0 0.14
HSL 265.18º 0.62% 0.64% -
HSV(B) 265.18º 0.51% 0.86% -
XYZ 31.8 22.86 70.45 -
YUV 134.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 155 108 220 0.30 0.51 0 0.14 265.18 0.62 0.64
Hex 9B 6C DC 1E 33 0 E 109 3E 40
Octal 233 154 334 36 63 0 16 411 76 100
Binary 10011011 1101100 11011100 11110 110011 0 1110 100001001 111110 1000000

Color Harmonies of #9B6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6CDC

Black with #9B6CDC

Text Example


Text Example

White with #9B6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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