Html Css Color HEX #9B6BAA Ce Soir

📋 copy color: '#9B6BAA'

red 155 ◦ green 107 ◦ blue 170

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

Shades of Ce Soir #9B6BAA

Tints of Ce Soir #9B6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.77%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 35.88%
G = 24.77%
B = 39.35%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B6BAA (or 0x9B6BAA) is known color: Ce Soir. HEX triplet: 9B, 6B and AA. RGB value is (155,107,170). Sum of RGB (Red+Green+Blue) = 155+107+170=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6BAA is #649455. Grayscale: #808080. Windows color (decimal): -6591574 or 11168667. OLE color: 11168667.

HSL color Cylindrical-coordinate representation of color #9B6BAA: hue angle of 285.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6BAA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 107 170 -
CMYK 0.09 0.37 0 0.33
HSL 285.71º 0.27% 0.54% -
HSV(B) 285.71º 0.37% 0.67% -
XYZ 26.03 20.39 40.59 -
YUV 128.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 155 107 170 0.09 0.37 0 0.33 285.71 0.27 0.54
Hex 9B 6B AA 9 25 0 21 11E 1B 36
Octal 233 153 252 11 45 0 41 436 33 66
Binary 10011011 1101011 10101010 1001 100101 0 100001 100011110 11011 110110

Color Harmonies of #9B6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6BAA

Black with #9B6BAA

Text Example


Text Example

White with #9B6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,107,170); }

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

background-color css

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

 a { background-color: rgb(155,107,170); }

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

border-color css

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

 span { border-color: rgb(155,107,170); }

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