Html Css Color HEX #9B58FF Light Slate Blue

📋 copy color: '#9B58FF'

red 155 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #9B58FF

Tints of Light Slate Blue #9B58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.67%

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

R = 31.12%
G = 17.67%
B = 51.2%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B58FF (or 0x9B58FF) is known color: Light Slate Blue. HEX triplet: 9B, 58 and FF. RGB value is (155,88,255). Sum of RGB (Red+Green+Blue) = 155+88+255=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 88 (34.77% from 255 or 17.67% 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 #9B58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B58FF is #64A700. Grayscale: #7E7E7E. Windows color (decimal): -6596353 or 16734363. OLE color: 16734363.

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

Color convert

RGB 155 88 255 -
CMYK 0.39 0.65 0 0
HSL 264.07º 1% 0.67% -
HSV(B) 264.07º 0.65% 1% -
XYZ 35.06 21.17 96.85 -
YUV 127.07 200.2 147.92 -
System Red Green Blue C M Y K H S L
Decimal 155 88 255 0.39 0.65 0 0 264.07 1 0.67
Hex 9B 58 FF 27 41 0 0 108 64 43
Octal 233 130 377 47 101 0 0 410 144 103
Binary 10011011 1011000 11111111 100111 1000001 0 0 100001000 1100100 1000011

Color Harmonies of #9B58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B58FF

Black with #9B58FF

Text Example


Text Example

White with #9B58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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