Html Css Color HEX #9F57FE Light Slate Blue

📋 copy color: '#9F57FE'

red 159 ◦ green 87 ◦ blue 254

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

Shades of Light Slate Blue #9F57FE

Tints of Light Slate Blue #9F57FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.4%

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

R = 31.8%
G = 17.4%
B = 50.8%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F57FE (or 0x9F57FE) is known color: Light Slate Blue. HEX triplet: 9F, 57 and FE. RGB value is (159,87,254). Sum of RGB (Red+Green+Blue) = 159+87+254=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57FE is #60A801. Grayscale: #7E7E7E. Windows color (decimal): -6334466 or 16668575. OLE color: 16668575.

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

Color convert

RGB 159 87 254 -
CMYK 0.37 0.66 0 0.00
HSL 265.87º 0.99% 0.67% -
HSV(B) 265.87º 0.66% 1% -
XYZ 35.6 21.34 96.01 -
YUV 127.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 159 87 254 0.37 0.66 0 0.00 265.87 0.99 0.67
Hex 9F 57 FE 25 42 0 0 10A 63 43
Octal 237 127 376 45 102 0 0 412 143 103
Binary 10011111 1010111 11111110 100101 1000010 0 0 100001010 1100011 1000011

Color Harmonies of #9F57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F57FE

Black with #9F57FE

Text Example


Text Example

White with #9F57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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