Html Css Color HEX #9B6EAE Ce Soir

📋 copy color: '#9B6EAE'

red 155 ◦ green 110 ◦ blue 174

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

Shades of Ce Soir #9B6EAE

Tints of Ce Soir #9B6EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 35.31%
G = 25.06%
B = 39.64%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B6EAE (or 0x9B6EAE) is known color: Ce Soir. HEX triplet: 9B, 6E and AE. RGB value is (155,110,174). Sum of RGB (Red+Green+Blue) = 155+110+174=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6EAE is #649151. Grayscale: #828282. Windows color (decimal): -6590802 or 11431579. OLE color: 11431579.

HSL color Cylindrical-coordinate representation of color #9B6EAE: hue angle of 282.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6EAE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 110 174 -
CMYK 0.11 0.37 0 0.32
HSL 282.19º 0.28% 0.56% -
HSV(B) 282.19º 0.37% 0.68% -
XYZ 26.73 21.18 42.72 -
YUV 130.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 155 110 174 0.11 0.37 0 0.32 282.19 0.28 0.56
Hex 9B 6E AE B 25 0 20 11A 1C 38
Octal 233 156 256 13 45 0 40 432 34 70
Binary 10011011 1101110 10101110 1011 100101 0 100000 100011010 11100 111000

Color Harmonies of #9B6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6EAE

Black with #9B6EAE

Text Example


Text Example

White with #9B6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,174); }

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

background-color css

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

 a { background-color: rgb(155,110,174); }

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

border-color css

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

 span { border-color: rgb(155,110,174); }

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