Html Css Color HEX #9B61FF Light Slate Blue

📋 copy color: '#9B61FF'

red 155 ◦ green 97 ◦ blue 255

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

Shades of Light Slate Blue #9B61FF

Tints of Light Slate Blue #9B61FF

RGB

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

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

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

R = 30.57%
G = 19.13%
B = 50.3%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B61FF (or 0x9B61FF) is known color: Light Slate Blue. HEX triplet: 9B, 61 and FF. RGB value is (155,97,255). Sum of RGB (Red+Green+Blue) = 155+97+255=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B61FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B61FF is #649E00. Grayscale: #838383. Windows color (decimal): -6594049 or 16736667. OLE color: 16736667.

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

Color convert

RGB 155 97 255 -
CMYK 0.39 0.62 0 0
HSL 262.03º 1% 0.69% -
HSV(B) 262.03º 0.62% 1% -
XYZ 35.84 22.74 97.11 -
YUV 132.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 155 97 255 0.39 0.62 0 0 262.03 1 0.69
Hex 9B 61 FF 27 3E 0 0 106 64 45
Octal 233 141 377 47 76 0 0 406 144 105
Binary 10011011 1100001 11111111 100111 111110 0 0 100000110 1100100 1000101

Color Harmonies of #9B61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B61FF

Black with #9B61FF

Text Example


Text Example

White with #9B61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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