Html Css Color HEX #9F63FE Light Slate Blue

📋 copy color: '#9F63FE'

red 159 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #9F63FE

Tints of Light Slate Blue #9F63FE

RGB

 RED value IS 159 (62.5% from 255) = 31.05%

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

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

R = 31.05%
G = 19.34%
B = 49.61%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F63FE (or 0x9F63FE) is known color: Light Slate Blue. HEX triplet: 9F, 63 and FE. RGB value is (159,99,254). Sum of RGB (Red+Green+Blue) = 159+99+254=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F63FE is #609C01. Grayscale: #868686. Windows color (decimal): -6331394 or 16671647. OLE color: 16671647.

HSL color Cylindrical-coordinate representation of color #9F63FE: hue angle of 263.23º 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 #9F63FE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 99 254 -
CMYK 0.37 0.61 0 0.00
HSL 263.23º 0.99% 0.69% -
HSV(B) 263.23º 0.61% 1% -
XYZ 36.65 23.45 96.36 -
YUV 134.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 159 99 254 0.37 0.61 0 0.00 263.23 0.99 0.69
Hex 9F 63 FE 25 3D 0 0 107 63 45
Octal 237 143 376 45 75 0 0 407 143 105
Binary 10011111 1100011 11111110 100101 111101 0 0 100000111 1100011 1000101

Color Harmonies of #9F63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F63FE

Black with #9F63FE

Text Example


Text Example

White with #9F63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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