Html Css Color HEX #9F5FFD Light Slate Blue

📋 copy color: '#9F5FFD'

red 159 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #9F5FFD

Tints of Light Slate Blue #9F5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 31.36%
G = 18.74%
B = 49.9%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F5FFD (or 0x9F5FFD) is known color: Light Slate Blue. HEX triplet: 9F, 5F and FD. RGB value is (159,95,253). Sum of RGB (Red+Green+Blue) = 159+95+253=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5FFD is #60A002. Grayscale: #838383. Windows color (decimal): -6332419 or 16605087. OLE color: 16605087.

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

Color convert

RGB 159 95 253 -
CMYK 0.37 0.62 0 0.01
HSL 264.3º 0.98% 0.68% -
HSV(B) 264.3º 0.62% 0.99% -
XYZ 36.12 22.65 95.4 -
YUV 132.15 196.2 147.15 -
System Red Green Blue C M Y K H S L
Decimal 159 95 253 0.37 0.62 0 0.01 264.3 0.98 0.68
Hex 9F 5F FD 25 3E 0 1 108 62 44
Octal 237 137 375 45 76 0 1 410 142 104
Binary 10011111 1011111 11111101 100101 111110 0 1 100001000 1100010 1000100

Color Harmonies of #9F5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5FFD

Black with #9F5FFD

Text Example


Text Example

White with #9F5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,95,253); }

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

background-color css

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

 a { background-color: rgb(159,95,253); }

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

border-color css

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

 span { border-color: rgb(159,95,253); }

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