Html Css Color HEX #9B6CDE Medium Purple

📋 copy color: '#9B6CDE'

red 155 ◦ green 108 ◦ blue 222

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

Shades of Medium Purple #9B6CDE

Tints of Medium Purple #9B6CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 31.96%
G = 22.27%
B = 45.77%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B6CDE (or 0x9B6CDE) is known color: Medium Purple. HEX triplet: 9B, 6C and DE. RGB value is (155,108,222). Sum of RGB (Red+Green+Blue) = 155+108+222=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B6CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6CDE is #649321. Grayscale: #868686. Windows color (decimal): -6591266 or 14576795. OLE color: 14576795.

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

Color convert

RGB 155 108 222 -
CMYK 0.30 0.51 0 0.13
HSL 264.74º 0.63% 0.65% -
HSV(B) 264.74º 0.51% 0.87% -
XYZ 32.06 22.97 71.85 -
YUV 135.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 155 108 222 0.30 0.51 0 0.13 264.74 0.63 0.65
Hex 9B 6C DE 1E 33 0 D 109 3F 41
Octal 233 154 336 36 63 0 15 411 77 101
Binary 10011011 1101100 11011110 11110 110011 0 1101 100001001 111111 1000001

Color Harmonies of #9B6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6CDE

Black with #9B6CDE

Text Example


Text Example

White with #9B6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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