Html Css Color HEX #9A60FD Light Slate Blue

📋 copy color: '#9A60FD'

red 154 ◦ green 96 ◦ blue 253

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

Shades of Light Slate Blue #9A60FD

Tints of Light Slate Blue #9A60FD

RGB

 RED value IS 154 (60.55% from 255) = 30.62%

 GREEN value IS 96 (37.89% from 255) = 19.09%

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

R = 30.62%
G = 19.09%
B = 50.3%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A60FD (or 0x9A60FD) is known color: Light Slate Blue. HEX triplet: 9A, 60 and FD. RGB value is (154,96,253). Sum of RGB (Red+Green+Blue) = 154+96+253=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A60FD is #659F02. Grayscale: #828282. Windows color (decimal): -6659843 or 16605338. OLE color: 16605338.

HSL color Cylindrical-coordinate representation of color #9A60FD: hue angle of 262.17º 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 #9A60FD is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 96 253 -
CMYK 0.39 0.62 0 0.01
HSL 262.17º 0.98% 0.68% -
HSV(B) 262.17º 0.62% 0.99% -
XYZ 35.24 22.33 95.38 -
YUV 131.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 154 96 253 0.39 0.62 0 0.01 262.17 0.98 0.68
Hex 9A 60 FD 27 3E 0 1 106 62 44
Octal 232 140 375 47 76 0 1 406 142 104
Binary 10011010 1100000 11111101 100111 111110 0 1 100000110 1100010 1000100

Color Harmonies of #9A60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60FD

Black with #9A60FD

Text Example


Text Example

White with #9A60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,96,253); }

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

background-color css

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

 a { background-color: rgb(154,96,253); }

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

border-color css

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

 span { border-color: rgb(154,96,253); }

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