Html Css Color HEX #9B71FE Light Slate Blue

📋 copy color: '#9B71FE'

red 155 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #9B71FE

Tints of Light Slate Blue #9B71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.65%

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 29.69%
G = 21.65%
B = 48.66%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B71FE (or 0x9B71FE) is known color: Light Slate Blue. HEX triplet: 9B, 71 and FE. RGB value is (155,113,254). Sum of RGB (Red+Green+Blue) = 155+113+254=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B71FE is #648E01. Grayscale: #8D8D8D. Windows color (decimal): -6589954 or 16675227. OLE color: 16675227.

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

Color convert

RGB 155 113 254 -
CMYK 0.39 0.56 0 0.00
HSL 257.87º 0.99% 0.72% -
HSV(B) 257.87º 0.56% 1% -
XYZ 37.31 25.93 96.81 -
YUV 141.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 155 113 254 0.39 0.56 0 0.00 257.87 0.99 0.72
Hex 9B 71 FE 27 38 0 0 102 63 48
Octal 233 161 376 47 70 0 0 402 143 110
Binary 10011011 1110001 11111110 100111 111000 0 0 100000010 1100011 1001000

Color Harmonies of #9B71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B71FE

Black with #9B71FE

Text Example


Text Example

White with #9B71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,254); }

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

background-color css

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

 a { background-color: rgb(155,113,254); }

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

border-color css

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

 span { border-color: rgb(155,113,254); }

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