Html Css Color HEX #9E55FF Light Slate Blue

📋 copy color: '#9E55FF'

red 158 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #9E55FF

Tints of Light Slate Blue #9E55FF

RGB

 RED value IS 158 (62.11% from 255) = 31.73%

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

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

R = 31.73%
G = 17.07%
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

#9E55FF (or 0x9E55FF) is known color: Light Slate Blue. HEX triplet: 9E, 55 and FF. RGB value is (158,85,255). Sum of RGB (Red+Green+Blue) = 158+85+255=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 85 (33.59% from 255 or 17.07% 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 #9E55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E55FF is #61AA00. Grayscale: #7D7D7D. Windows color (decimal): -6400513 or 16733598. OLE color: 16733598.

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

Color convert

RGB 158 85 255 -
CMYK 0.38 0.67 0 0
HSL 265.76º 1% 0.67% -
HSV(B) 265.76º 0.67% 1% -
XYZ 35.4 20.99 96.79 -
YUV 126.21 200.68 150.68 -
System Red Green Blue C M Y K H S L
Decimal 158 85 255 0.38 0.67 0 0 265.76 1 0.67
Hex 9E 55 FF 26 43 0 0 10A 64 43
Octal 236 125 377 46 103 0 0 412 144 103
Binary 10011110 1010101 11111111 100110 1000011 0 0 100001010 1100100 1000011

Color Harmonies of #9E55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E55FF

Black with #9E55FF

Text Example


Text Example

White with #9E55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,85,255); }

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

background-color css

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

 a { background-color: rgb(158,85,255); }

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

border-color css

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

 span { border-color: rgb(158,85,255); }

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