Html Css Color HEX #9F50FF Light Slate Blue

📋 copy color: '#9F50FF'

red 159 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #9F50FF

Tints of Light Slate Blue #9F50FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.19%

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

R = 32.19%
G = 16.19%
B = 51.62%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F50FF (or 0x9F50FF) is known color: Light Slate Blue. HEX triplet: 9F, 50 and FF. RGB value is (159,80,255). Sum of RGB (Red+Green+Blue) = 159+80+255=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50FF is #60AF00. Grayscale: #7A7A7A. Windows color (decimal): -6336257 or 16732319. OLE color: 16732319.

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

Color convert

RGB 159 80 255 -
CMYK 0.38 0.69 0 0
HSL 267.09º 1% 0.66% -
HSV(B) 267.09º 0.69% 1% -
XYZ 35.22 20.33 96.68 -
YUV 123.57 202.17 153.27 -
System Red Green Blue C M Y K H S L
Decimal 159 80 255 0.38 0.69 0 0 267.09 1 0.66
Hex 9F 50 FF 26 45 0 0 10B 64 42
Octal 237 120 377 46 105 0 0 413 144 102
Binary 10011111 1010000 11111111 100110 1000101 0 0 100001011 1100100 1000010

Color Harmonies of #9F50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F50FF

Black with #9F50FF

Text Example


Text Example

White with #9F50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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