Html Css Color HEX #9B50FF Light Slate Blue

📋 copy color: '#9B50FF'

red 155 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #9B50FF

Tints of Light Slate Blue #9B50FF

RGB

 RED value IS 155 (60.94% from 255) = 31.63%

 GREEN value IS 80 (31.64% from 255) = 16.33%

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

R = 31.63%
G = 16.33%
B = 52.04%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B50FF (or 0x9B50FF) is known color: Light Slate Blue. HEX triplet: 9B, 50 and FF. RGB value is (155,80,255). Sum of RGB (Red+Green+Blue) = 155+80+255=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B50FF is #64AF00. Grayscale: #797979. Windows color (decimal): -6598401 or 16732315. OLE color: 16732315.

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

Color convert

RGB 155 80 255 -
CMYK 0.39 0.69 0 0
HSL 265.71º 1% 0.66% -
HSV(B) 265.71º 0.69% 1% -
XYZ 34.44 19.93 96.64 -
YUV 122.38 202.85 151.27 -
System Red Green Blue C M Y K H S L
Decimal 155 80 255 0.39 0.69 0 0 265.71 1 0.66
Hex 9B 50 FF 27 45 0 0 10A 64 42
Octal 233 120 377 47 105 0 0 412 144 102
Binary 10011011 1010000 11111111 100111 1000101 0 0 100001010 1100100 1000010

Color Harmonies of #9B50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B50FF

Black with #9B50FF

Text Example


Text Example

White with #9B50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,255); }

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

background-color css

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

 a { background-color: rgb(155,80,255); }

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

border-color css

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

 span { border-color: rgb(155,80,255); }

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