Html Css Color HEX #9C55FF Light Slate Blue

📋 copy color: '#9C55FF'

red 156 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #9C55FF

Tints of Light Slate Blue #9C55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

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

R = 31.45%
G = 17.14%
B = 51.41%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C55FF (or 0x9C55FF) is known color: Light Slate Blue. HEX triplet: 9C, 55 and FF. RGB value is (156,85,255). Sum of RGB (Red+Green+Blue) = 156+85+255=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C55FF is #63AA00. Grayscale: #7C7C7C. Windows color (decimal): -6531585 or 16733596. OLE color: 16733596.

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

Color convert

RGB 156 85 255 -
CMYK 0.39 0.67 0 0
HSL 265.06º 1% 0.67% -
HSV(B) 265.06º 0.67% 1% -
XYZ 35.01 20.78 96.77 -
YUV 125.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 156 85 255 0.39 0.67 0 0 265.06 1 0.67
Hex 9C 55 FF 27 43 0 0 109 64 43
Octal 234 125 377 47 103 0 0 411 144 103
Binary 10011100 1010101 11111111 100111 1000011 0 0 100001001 1100100 1000011

Color Harmonies of #9C55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55FF

Black with #9C55FF

Text Example


Text Example

White with #9C55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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