Html Css Color HEX #9A6FFF Light Slate Blue

📋 copy color: '#9A6FFF'

red 154 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #9A6FFF

Tints of Light Slate Blue #9A6FFF

RGB

 RED value IS 154 (60.55% from 255) = 29.62%

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

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

R = 29.62%
G = 21.35%
B = 49.04%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A6FFF (or 0x9A6FFF) is known color: Light Slate Blue. HEX triplet: 9A, 6F and FF. RGB value is (154,111,255). Sum of RGB (Red+Green+Blue) = 154+111+255=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6FFF is #659000. Grayscale: #8B8B8B. Windows color (decimal): -6656001 or 16740250. OLE color: 16740250.

HSL color Cylindrical-coordinate representation of color #9A6FFF: hue angle of 257.92º 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 #9A6FFF is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 111 255 -
CMYK 0.40 0.56 0 0
HSL 257.92º 1% 0.72% -
HSV(B) 257.92º 0.56% 1% -
XYZ 37.06 25.46 97.57 -
YUV 140.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 154 111 255 0.40 0.56 0 0 257.92 1 0.72
Hex 9A 6F FF 28 38 0 0 102 64 48
Octal 232 157 377 50 70 0 0 402 144 110
Binary 10011010 1101111 11111111 101000 111000 0 0 100000010 1100100 1001000

Color Harmonies of #9A6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FFF

Black with #9A6FFF

Text Example


Text Example

White with #9A6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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