Html Css Color HEX #9F61FE Light Slate Blue

📋 copy color: '#9F61FE'

red 159 ◦ green 97 ◦ blue 254

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

Shades of Light Slate Blue #9F61FE

Tints of Light Slate Blue #9F61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

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

R = 31.18%
G = 19.02%
B = 49.8%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F61FE (or 0x9F61FE) is known color: Light Slate Blue. HEX triplet: 9F, 61 and FE. RGB value is (159,97,254). Sum of RGB (Red+Green+Blue) = 159+97+254=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F61FE is #609E01. Grayscale: #848484. Windows color (decimal): -6331906 or 16671135. OLE color: 16671135.

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

Color convert

RGB 159 97 254 -
CMYK 0.37 0.62 0 0.00
HSL 263.69º 0.99% 0.69% -
HSV(B) 263.69º 0.62% 1% -
XYZ 36.46 23.08 96.3 -
YUV 133.44 196.04 146.23 -
System Red Green Blue C M Y K H S L
Decimal 159 97 254 0.37 0.62 0 0.00 263.69 0.99 0.69
Hex 9F 61 FE 25 3E 0 0 108 63 45
Octal 237 141 376 45 76 0 0 410 143 105
Binary 10011111 1100001 11111110 100101 111110 0 0 100001000 1100011 1000101

Color Harmonies of #9F61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F61FE

Black with #9F61FE

Text Example


Text Example

White with #9F61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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