Html Css Color HEX #9D51FF Light Slate Blue

📋 copy color: '#9D51FF'

red 157 ◦ green 81 ◦ blue 255

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

Shades of Light Slate Blue #9D51FF

Tints of Light Slate Blue #9D51FF

RGB

 RED value IS 157 (61.72% from 255) = 31.85%

 GREEN value IS 81 (32.03% from 255) = 16.43%

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

R = 31.85%
G = 16.43%
B = 51.72%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D51FF (or 0x9D51FF) is known color: Light Slate Blue. HEX triplet: 9D, 51 and FF. RGB value is (157,81,255). Sum of RGB (Red+Green+Blue) = 157+81+255=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D51FF is #62AE00. Grayscale: #7A7A7A. Windows color (decimal): -6467073 or 16732573. OLE color: 16732573.

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

Color convert

RGB 157 81 255 -
CMYK 0.38 0.68 0 0
HSL 266.21º 1% 0.66% -
HSV(B) 266.21º 0.68% 1% -
XYZ 34.9 20.27 96.68 -
YUV 123.56 202.18 151.85 -
System Red Green Blue C M Y K H S L
Decimal 157 81 255 0.38 0.68 0 0 266.21 1 0.66
Hex 9D 51 FF 26 44 0 0 10A 64 42
Octal 235 121 377 46 104 0 0 412 144 102
Binary 10011101 1010001 11111111 100110 1000100 0 0 100001010 1100100 1000010

Color Harmonies of #9D51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D51FF

Black with #9D51FF

Text Example


Text Example

White with #9D51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,81,255); }

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

background-color css

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

 a { background-color: rgb(157,81,255); }

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

border-color css

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

 span { border-color: rgb(157,81,255); }

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