Html Css Color HEX #9F54FF Light Slate Blue

📋 copy color: '#9F54FF'

red 159 ◦ green 84 ◦ blue 255

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

Shades of Light Slate Blue #9F54FF

Tints of Light Slate Blue #9F54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.87%

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

R = 31.93%
G = 16.87%
B = 51.2%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F54FF (or 0x9F54FF) is known color: Light Slate Blue. HEX triplet: 9F, 54 and FF. RGB value is (159,84,255). Sum of RGB (Red+Green+Blue) = 159+84+255=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F54FF is #60AB00. Grayscale: #7D7D7D. Windows color (decimal): -6335233 or 16733343. OLE color: 16733343.

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

Color convert

RGB 159 84 255 -
CMYK 0.38 0.67 0 0
HSL 266.32º 1% 0.66% -
HSV(B) 266.32º 0.67% 1% -
XYZ 35.52 20.93 96.78 -
YUV 125.92 200.85 151.6 -
System Red Green Blue C M Y K H S L
Decimal 159 84 255 0.38 0.67 0 0 266.32 1 0.66
Hex 9F 54 FF 26 43 0 0 10A 64 42
Octal 237 124 377 46 103 0 0 412 144 102
Binary 10011111 1010100 11111111 100110 1000011 0 0 100001010 1100100 1000010

Color Harmonies of #9F54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F54FF

Black with #9F54FF

Text Example


Text Example

White with #9F54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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