Html Css Color HEX #9C63FE Light Slate Blue

📋 copy color: '#9C63FE'

red 156 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #9C63FE

Tints of Light Slate Blue #9C63FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.45%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 30.65%
G = 19.45%
B = 49.9%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C63FE (or 0x9C63FE) is known color: Light Slate Blue. HEX triplet: 9C, 63 and FE. RGB value is (156,99,254). Sum of RGB (Red+Green+Blue) = 156+99+254=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C63FE is #639C01. Grayscale: #858585. Windows color (decimal): -6528002 or 16671644. OLE color: 16671644.

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

Color convert

RGB 156 99 254 -
CMYK 0.39 0.61 0 0.00
HSL 262.06º 0.99% 0.69% -
HSV(B) 262.06º 0.61% 1% -
XYZ 36.06 23.15 96.33 -
YUV 133.71 195.88 143.9 -
System Red Green Blue C M Y K H S L
Decimal 156 99 254 0.39 0.61 0 0.00 262.06 0.99 0.69
Hex 9C 63 FE 27 3D 0 0 106 63 45
Octal 234 143 376 47 75 0 0 406 143 105
Binary 10011100 1100011 11111110 100111 111101 0 0 100000110 1100011 1000101

Color Harmonies of #9C63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C63FE

Black with #9C63FE

Text Example


Text Example

White with #9C63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,99,254); }

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

background-color css

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

 a { background-color: rgb(156,99,254); }

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

border-color css

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

 span { border-color: rgb(156,99,254); }

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