Html Css Color HEX #9C6AF8 Medium Purple

📋 copy color: '#9C6AF8'

red 156 ◦ green 106 ◦ blue 248

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

Shades of Medium Purple #9C6AF8

Tints of Medium Purple #9C6AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

 BLUE value IS 248 (97.27% from 255) = 48.63%

R = 30.59%
G = 20.78%
B = 48.63%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9C6AF8 (or 0x9C6AF8) is known color: Medium Purple. HEX triplet: 9C, 6A and F8. RGB value is (156,106,248). Sum of RGB (Red+Green+Blue) = 156+106+248=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C6AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6AF8 is #639507. Grayscale: #888888. Windows color (decimal): -6526216 or 16280220. OLE color: 16280220.

HSL color Cylindrical-coordinate representation of color #9C6AF8: hue angle of 261.13º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C6AF8 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 106 248 -
CMYK 0.37 0.57 0 0.03
HSL 261.13º 0.91% 0.69% -
HSV(B) 261.13º 0.57% 0.97% -
XYZ 35.81 24.15 91.58 -
YUV 137.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 156 106 248 0.37 0.57 0 0.03 261.13 0.91 0.69
Hex 9C 6A F8 25 39 0 3 105 5B 45
Octal 234 152 370 45 71 0 3 405 133 105
Binary 10011100 1101010 11111000 100101 111001 0 11 100000101 1011011 1000101

Color Harmonies of #9C6AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6AF8

Black with #9C6AF8

Text Example


Text Example

White with #9C6AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,248); }

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

background-color css

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

 a { background-color: rgb(156,106,248); }

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

border-color css

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

 span { border-color: rgb(156,106,248); }

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