Html Css Color HEX #9B55FF Light Slate Blue

📋 copy color: '#9B55FF'

red 155 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #9B55FF

Tints of Light Slate Blue #9B55FF

RGB

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

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

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

R = 31.31%
G = 17.17%
B = 51.52%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B55FF (or 0x9B55FF) is known color: Light Slate Blue. HEX triplet: 9B, 55 and FF. RGB value is (155,85,255). Sum of RGB (Red+Green+Blue) = 155+85+255=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B55FF is #64AA00. Grayscale: #7C7C7C. Windows color (decimal): -6597121 or 16733595. OLE color: 16733595.

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

Color convert

RGB 155 85 255 -
CMYK 0.39 0.67 0 0
HSL 264.71º 1% 0.67% -
HSV(B) 264.71º 0.67% 1% -
XYZ 34.82 20.69 96.77 -
YUV 125.31 201.19 149.18 -
System Red Green Blue C M Y K H S L
Decimal 155 85 255 0.39 0.67 0 0 264.71 1 0.67
Hex 9B 55 FF 27 43 0 0 109 64 43
Octal 233 125 377 47 103 0 0 411 144 103
Binary 10011011 1010101 11111111 100111 1000011 0 0 100001001 1100100 1000011

Color Harmonies of #9B55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B55FF

Black with #9B55FF

Text Example


Text Example

White with #9B55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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