Html Css Color HEX #9C53FF Light Slate Blue

📋 copy color: '#9C53FF'

red 156 ◦ green 83 ◦ blue 255

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

Shades of Light Slate Blue #9C53FF

Tints of Light Slate Blue #9C53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.8%

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

R = 31.58%
G = 16.8%
B = 51.62%

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

#9C53FF (or 0x9C53FF) is known color: Light Slate Blue. HEX triplet: 9C, 53 and FF. RGB value is (156,83,255). Sum of RGB (Red+Green+Blue) = 156+83+255=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C53FF is #63AC00. Grayscale: #7B7B7B. Windows color (decimal): -6532097 or 16733084. OLE color: 16733084.

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

Color convert

RGB 156 83 255 -
CMYK 0.39 0.67 0 0
HSL 265.47º 1% 0.66% -
HSV(B) 265.47º 0.67% 1% -
XYZ 34.85 20.47 96.72 -
YUV 124.44 201.68 150.51 -
System Red Green Blue C M Y K H S L
Decimal 156 83 255 0.39 0.67 0 0 265.47 1 0.66
Hex 9C 53 FF 27 43 0 0 109 64 42
Octal 234 123 377 47 103 0 0 411 144 102
Binary 10011100 1010011 11111111 100111 1000011 0 0 100001001 1100100 1000010

Color Harmonies of #9C53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C53FF

Black with #9C53FF

Text Example


Text Example

White with #9C53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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