Html Css Color HEX #9C6FEB Medium Purple

📋 copy color: '#9C6FEB'

red 156 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #9C6FEB

Tints of Medium Purple #9C6FEB

RGB

 RED value IS 156 (61.33% from 255) = 31.08%

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 31.08%
G = 22.11%
B = 46.81%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C6FEB (or 0x9C6FEB) is known color: Medium Purple. HEX triplet: 9C, 6F and EB. RGB value is (156,111,235). Sum of RGB (Red+Green+Blue) = 156+111+235=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C6FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6FEB is #639014. Grayscale: #8A8A8A. Windows color (decimal): -6524949 or 15429532. OLE color: 15429532.

HSL color Cylindrical-coordinate representation of color #9C6FEB: hue angle of 261.77º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C6FEB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 111 235 -
CMYK 0.34 0.53 0 0.08
HSL 261.77º 0.76% 0.68% -
HSV(B) 261.77º 0.53% 0.92% -
XYZ 34.39 24.43 81.5 -
YUV 138.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 156 111 235 0.34 0.53 0 0.08 261.77 0.76 0.68
Hex 9C 6F EB 22 35 0 8 106 4C 44
Octal 234 157 353 42 65 0 10 406 114 104
Binary 10011100 1101111 11101011 100010 110101 0 1000 100000110 1001100 1000100

Color Harmonies of #9C6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FEB

Black with #9C6FEB

Text Example


Text Example

White with #9C6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,111,235); }

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

background-color css

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

 a { background-color: rgb(156,111,235); }

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

border-color css

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

 span { border-color: rgb(156,111,235); }

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