Html Css Color HEX #9C95FF Light Slate Blue

📋 copy color: '#9C95FF'

red 156 ◦ green 149 ◦ blue 255

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

Shades of Light Slate Blue #9C95FF

Tints of Light Slate Blue #9C95FF

RGB

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

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

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

R = 27.86%
G = 26.61%
B = 45.54%

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

#9C95FF (or 0x9C95FF) is known color: Light Slate Blue. HEX triplet: 9C, 95 and FF. RGB value is (156,149,255). Sum of RGB (Red+Green+Blue) = 156+149+255=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 149 (58.59% from 255 or 26.61% 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 #9C95FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C95FF is #636A00. Grayscale: #A2A2A2. Windows color (decimal): -6515201 or 16749980. OLE color: 16749980.

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

Color convert

RGB 156 149 255 -
CMYK 0.39 0.42 0 0
HSL 243.96º 1% 0.79% -
HSV(B) 243.96º 0.42% 1% -
XYZ 42.51 35.78 99.27 -
YUV 163.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 156 149 255 0.39 0.42 0 0 243.96 1 0.79
Hex 9C 95 FF 27 2A 0 0 F4 64 4F
Octal 234 225 377 47 52 0 0 364 144 117
Binary 10011100 10010101 11111111 100111 101010 0 0 11110100 1100100 1001111

Color Harmonies of #9C95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C95FF

Black with #9C95FF

Text Example


Text Example

White with #9C95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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