Html Css Color HEX #9554FF Light Slate Blue

📋 copy color: '#9554FF'

red 149 ◦ green 84 ◦ blue 255

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

Shades of Light Slate Blue #9554FF

Tints of Light Slate Blue #9554FF

RGB

 RED value IS 149 (58.59% from 255) = 30.53%

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

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

R = 30.53%
G = 17.21%
B = 52.25%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9554FF (or 0x9554FF) is known color: Light Slate Blue. HEX triplet: 95, 54 and FF. RGB value is (149,84,255). Sum of RGB (Red+Green+Blue) = 149+84+255=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #9554FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9554FF is #6AAB00. Grayscale: #7A7A7A. Windows color (decimal): -6990593 or 16733333. OLE color: 16733333.

HSL color Cylindrical-coordinate representation of color #9554FF: hue angle of 262.81º 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 #9554FF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 84 255 -
CMYK 0.42 0.67 0 0
HSL 262.81º 1% 0.66% -
HSV(B) 262.81º 0.67% 1% -
XYZ 33.61 19.95 96.69 -
YUV 122.93 202.53 146.6 -
System Red Green Blue C M Y K H S L
Decimal 149 84 255 0.42 0.67 0 0 262.81 1 0.66
Hex 95 54 FF 2A 43 0 0 107 64 42
Octal 225 124 377 52 103 0 0 407 144 102
Binary 10010101 1010100 11111111 101010 1000011 0 0 100000111 1100100 1000010

Color Harmonies of #9554FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9554FF

Black with #9554FF

Text Example


Text Example

White with #9554FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9554FF; }

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

 H1.HeaderClassName
 {
   color: #9554FF;
 }
 .AnyTagClassName
 {
   color: #9554FF;
 }
</style>

background-color css

<style>
 a { background-color: #9554FF; }

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

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

border-color css

<style>
 span { border-color: #9554FF; }

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

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