Html Css Color HEX #9B95FF Light Slate Blue

📋 copy color: '#9B95FF'

red 155 ◦ green 149 ◦ blue 255

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

Shades of Light Slate Blue #9B95FF

Tints of Light Slate Blue #9B95FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.65%

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

R = 27.73%
G = 26.65%
B = 45.62%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B95FF (or 0x9B95FF) is known color: Light Slate Blue. HEX triplet: 9B, 95 and FF. RGB value is (155,149,255). Sum of RGB (Red+Green+Blue) = 155+149+255=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B95FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B95FF is #646A00. Grayscale: #A2A2A2. Windows color (decimal): -6580737 or 16749979. OLE color: 16749979.

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

Color convert

RGB 155 149 255 -
CMYK 0.39 0.42 0 0
HSL 243.4º 1% 0.79% -
HSV(B) 243.4º 0.42% 1% -
XYZ 42.32 35.68 99.27 -
YUV 162.88 179.99 122.38 -
System Red Green Blue C M Y K H S L
Decimal 155 149 255 0.39 0.42 0 0 243.4 1 0.79
Hex 9B 95 FF 27 2A 0 0 F3 64 4F
Octal 233 225 377 47 52 0 0 363 144 117
Binary 10011011 10010101 11111111 100111 101010 0 0 11110011 1100100 1001111

Color Harmonies of #9B95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B95FF

Black with #9B95FF

Text Example


Text Example

White with #9B95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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