Html Css Color HEX #9B61FE Light Slate Blue

📋 copy color: '#9B61FE'

red 155 ◦ green 97 ◦ blue 254

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

Shades of Light Slate Blue #9B61FE

Tints of Light Slate Blue #9B61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

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

R = 30.63%
G = 19.17%
B = 50.2%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B61FE (or 0x9B61FE) is known color: Light Slate Blue. HEX triplet: 9B, 61 and FE. RGB value is (155,97,254). Sum of RGB (Red+Green+Blue) = 155+97+254=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B61FE is #649E01. Grayscale: #838383. Windows color (decimal): -6594050 or 16671131. OLE color: 16671131.

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

Color convert

RGB 155 97 254 -
CMYK 0.39 0.62 0 0.00
HSL 262.17º 0.99% 0.69% -
HSV(B) 262.17º 0.62% 1% -
XYZ 35.68 22.67 96.26 -
YUV 132.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 155 97 254 0.39 0.62 0 0.00 262.17 0.99 0.69
Hex 9B 61 FE 27 3E 0 0 106 63 45
Octal 233 141 376 47 76 0 0 406 143 105
Binary 10011011 1100001 11111110 100111 111110 0 0 100000110 1100011 1000101

Color Harmonies of #9B61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B61FE

Black with #9B61FE

Text Example


Text Example

White with #9B61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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