Html Css Color HEX #9B96FF Light Slate Blue

📋 copy color: '#9B96FF'

red 155 ◦ green 150 ◦ blue 255

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

Shades of Light Slate Blue #9B96FF

Tints of Light Slate Blue #9B96FF

RGB

 RED value IS 155 (60.94% from 255) = 27.68%

 GREEN value IS 150 (58.98% from 255) = 26.79%

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

R = 27.68%
G = 26.79%
B = 45.54%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B96FF (or 0x9B96FF) is known color: Light Slate Blue. HEX triplet: 9B, 96 and FF. RGB value is (155,150,255). Sum of RGB (Red+Green+Blue) = 155+150+255=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B96FF is #646900. Grayscale: #A3A3A3. Windows color (decimal): -6580481 or 16750235. OLE color: 16750235.

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

Color convert

RGB 155 150 255 -
CMYK 0.39 0.41 0 0
HSL 242.86º 1% 0.79% -
HSV(B) 242.86º 0.41% 1% -
XYZ 42.47 36 99.32 -
YUV 163.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 155 150 255 0.39 0.41 0 0 242.86 1 0.79
Hex 9B 96 FF 27 29 0 0 F3 64 4F
Octal 233 226 377 47 51 0 0 363 144 117
Binary 10011011 10010110 11111111 100111 101001 0 0 11110011 1100100 1001111

Color Harmonies of #9B96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B96FF

Black with #9B96FF

Text Example


Text Example

White with #9B96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,255); }

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

background-color css

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

 a { background-color: rgb(155,150,255); }

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

border-color css

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

 span { border-color: rgb(155,150,255); }

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