Html Css Color HEX #9C6FFF Light Slate Blue

📋 copy color: '#9C6FFF'

red 156 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #9C6FFF

Tints of Light Slate Blue #9C6FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 29.89%
G = 21.26%
B = 48.85%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C6FFF (or 0x9C6FFF) is known color: Light Slate Blue. HEX triplet: 9C, 6F and FF. RGB value is (156,111,255). Sum of RGB (Red+Green+Blue) = 156+111+255=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6FFF is #639000. Grayscale: #8C8C8C. Windows color (decimal): -6524929 or 16740252. OLE color: 16740252.

HSL color Cylindrical-coordinate representation of color #9C6FFF: hue angle of 258.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C6FFF is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 111 255 -
CMYK 0.39 0.56 0 0
HSL 258.75º 1% 0.72% -
HSV(B) 258.75º 0.56% 1% -
XYZ 37.44 25.66 97.59 -
YUV 140.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 156 111 255 0.39 0.56 0 0 258.75 1 0.72
Hex 9C 6F FF 27 38 0 0 103 64 48
Octal 234 157 377 47 70 0 0 403 144 110
Binary 10011100 1101111 11111111 100111 111000 0 0 100000011 1100100 1001000

Color Harmonies of #9C6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FFF

Black with #9C6FFF

Text Example


Text Example

White with #9C6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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