Html Css Color HEX #9F57FF Light Slate Blue

📋 copy color: '#9F57FF'

red 159 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #9F57FF

Tints of Light Slate Blue #9F57FF

RGB

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

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

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

R = 31.74%
G = 17.37%
B = 50.9%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F57FF (or 0x9F57FF) is known color: Light Slate Blue. HEX triplet: 9F, 57 and FF. RGB value is (159,87,255). Sum of RGB (Red+Green+Blue) = 159+87+255=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F57FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57FF is #60A800. Grayscale: #7F7F7F. Windows color (decimal): -6334465 or 16734111. OLE color: 16734111.

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

Color convert

RGB 159 87 255 -
CMYK 0.38 0.66 0 0
HSL 265.71º 1% 0.67% -
HSV(B) 265.71º 0.66% 1% -
XYZ 35.76 21.41 96.86 -
YUV 127.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 159 87 255 0.38 0.66 0 0 265.71 1 0.67
Hex 9F 57 FF 26 42 0 0 10A 64 43
Octal 237 127 377 46 102 0 0 412 144 103
Binary 10011111 1010111 11111111 100110 1000010 0 0 100001010 1100100 1000011

Color Harmonies of #9F57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F57FF

Black with #9F57FF

Text Example


Text Example

White with #9F57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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