Html Css Color HEX #9B6BEC Medium Purple

📋 copy color: '#9B6BEC'

red 155 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #9B6BEC

Tints of Medium Purple #9B6BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 31.12%
G = 21.49%
B = 47.39%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B6BEC (or 0x9B6BEC) is known color: Medium Purple. HEX triplet: 9B, 6B and EC. RGB value is (155,107,236). Sum of RGB (Red+Green+Blue) = 155+107+236=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6BEC is #649413. Grayscale: #878787. Windows color (decimal): -6591508 or 15494043. OLE color: 15494043.

HSL color Cylindrical-coordinate representation of color #9B6BEC: hue angle of 262.33º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B6BEC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 107 236 -
CMYK 0.34 0.55 0 0.07
HSL 262.33º 0.77% 0.67% -
HSV(B) 262.33º 0.55% 0.93% -
XYZ 33.92 23.54 82.11 -
YUV 136.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 155 107 236 0.34 0.55 0 0.07 262.33 0.77 0.67
Hex 9B 6B EC 22 37 0 7 106 4D 43
Octal 233 153 354 42 67 0 7 406 115 103
Binary 10011011 1101011 11101100 100010 110111 0 111 100000110 1001101 1000011

Color Harmonies of #9B6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6BEC

Black with #9B6BEC

Text Example


Text Example

White with #9B6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,107,236); }

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

background-color css

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

 a { background-color: rgb(155,107,236); }

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

border-color css

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

 span { border-color: rgb(155,107,236); }

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