Html Css Color HEX #996FFF Light Slate Blue

📋 copy color: '#996FFF'

red 153 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #996FFF

Tints of Light Slate Blue #996FFF

RGB

 RED value IS 153 (60.16% from 255) = 29.48%

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

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

R = 29.48%
G = 21.39%
B = 49.13%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#996FFF (or 0x996FFF) is known color: Light Slate Blue. HEX triplet: 99, 6F and FF. RGB value is (153,111,255). Sum of RGB (Red+Green+Blue) = 153+111+255=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #996FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996FFF is #669000. Grayscale: #8B8B8B. Windows color (decimal): -6721537 or 16740249. OLE color: 16740249.

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

Color convert

RGB 153 111 255 -
CMYK 0.4 0.56 0 0
HSL 257.5º 1% 0.72% -
HSV(B) 257.5º 0.56% 1% -
XYZ 36.87 25.36 97.56 -
YUV 139.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 153 111 255 0.4 0.56 0 0 257.5 1 0.72
Hex 99 6F FF 28 38 0 0 102 64 48
Octal 231 157 377 50 70 0 0 402 144 110
Binary 10011001 1101111 11111111 101000 111000 0 0 100000010 1100100 1001000

Color Harmonies of #996FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FFF

Black with #996FFF

Text Example


Text Example

White with #996FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996FFF; }

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

 H1.HeaderClassName
 {
   color: #996FFF;
 }
 .AnyTagClassName
 {
   color: #996FFF;
 }
</style>

background-color css

<style>
 a { background-color: #996FFF; }

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

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

border-color css

<style>
 span { border-color: #996FFF; }

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

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