Html Css Color HEX #9A55FD Light Slate Blue

📋 copy color: '#9A55FD'

red 154 ◦ green 85 ◦ blue 253

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

Shades of Light Slate Blue #9A55FD

Tints of Light Slate Blue #9A55FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

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

R = 31.3%
G = 17.28%
B = 51.42%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A55FD (or 0x9A55FD) is known color: Light Slate Blue. HEX triplet: 9A, 55 and FD. RGB value is (154,85,253). Sum of RGB (Red+Green+Blue) = 154+85+253=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A55FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A55FD is #65AA02. Grayscale: #7C7C7C. Windows color (decimal): -6662659 or 16602522. OLE color: 16602522.

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

Color convert

RGB 154 85 253 -
CMYK 0.39 0.66 0 0.01
HSL 264.64º 0.98% 0.66% -
HSV(B) 264.64º 0.66% 0.99% -
XYZ 34.3 20.46 95.07 -
YUV 124.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 154 85 253 0.39 0.66 0 0.01 264.64 0.98 0.66
Hex 9A 55 FD 27 42 0 1 109 62 42
Octal 232 125 375 47 102 0 1 411 142 102
Binary 10011010 1010101 11111101 100111 1000010 0 1 100001001 1100010 1000010

Color Harmonies of #9A55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A55FD

Black with #9A55FD

Text Example


Text Example

White with #9A55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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