Html Css Color HEX #9C6BEB Medium Purple

📋 copy color: '#9C6BEB'

red 156 ◦ green 107 ◦ blue 235

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

Shades of Medium Purple #9C6BEB

Tints of Medium Purple #9C6BEB

RGB

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

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

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

R = 31.33%
G = 21.49%
B = 47.19%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C6BEB (or 0x9C6BEB) is known color: Medium Purple. HEX triplet: 9C, 6B and EB. RGB value is (156,107,235). Sum of RGB (Red+Green+Blue) = 156+107+235=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C6BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6BEB is #639414. Grayscale: #878787. Windows color (decimal): -6525973 or 15428508. OLE color: 15428508.

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

Color convert

RGB 156 107 235 -
CMYK 0.34 0.54 0 0.08
HSL 262.97º 0.76% 0.67% -
HSV(B) 262.97º 0.54% 0.92% -
XYZ 33.96 23.58 81.36 -
YUV 136.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 156 107 235 0.34 0.54 0 0.08 262.97 0.76 0.67
Hex 9C 6B EB 22 36 0 8 107 4C 43
Octal 234 153 353 42 66 0 10 407 114 103
Binary 10011100 1101011 11101011 100010 110110 0 1000 100000111 1001100 1000011

Color Harmonies of #9C6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BEB

Black with #9C6BEB

Text Example


Text Example

White with #9C6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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