Html Css Color HEX #9B69AA Ce Soir

📋 copy color: '#9B69AA'

red 155 ◦ green 105 ◦ blue 170

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

Shades of Ce Soir #9B69AA

Tints of Ce Soir #9B69AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

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

R = 36.05%
G = 24.42%
B = 39.53%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B69AA (or 0x9B69AA) is known color: Ce Soir. HEX triplet: 9B, 69 and AA. RGB value is (155,105,170). Sum of RGB (Red+Green+Blue) = 155+105+170=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B69AA is #649655. Grayscale: #7F7F7F. Windows color (decimal): -6592086 or 11168155. OLE color: 11168155.

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

Color convert

RGB 155 105 170 -
CMYK 0.09 0.38 0 0.33
HSL 286.15º 0.28% 0.54% -
HSV(B) 286.15º 0.38% 0.67% -
XYZ 25.82 19.97 40.52 -
YUV 127.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 155 105 170 0.09 0.38 0 0.33 286.15 0.28 0.54
Hex 9B 69 AA 9 26 0 21 11E 1C 36
Octal 233 151 252 11 46 0 41 436 34 66
Binary 10011011 1101001 10101010 1001 100110 0 100001 100011110 11100 110110

Color Harmonies of #9B69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B69AA

Black with #9B69AA

Text Example


Text Example

White with #9B69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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