Html Css Color HEX #9A6BAB Ce Soir

📋 copy color: '#9A6BAB'

red 154 ◦ green 107 ◦ blue 171

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

Shades of Ce Soir #9A6BAB

Tints of Ce Soir #9A6BAB

RGB

 RED value IS 154 (60.55% from 255) = 35.65%

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 35.65%
G = 24.77%
B = 39.58%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A6BAB (or 0x9A6BAB) is known color: Ce Soir. HEX triplet: 9A, 6B and AB. RGB value is (154,107,171). Sum of RGB (Red+Green+Blue) = 154+107+171=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6BAB is #659454. Grayscale: #808080. Windows color (decimal): -6657109 or 11234202. OLE color: 11234202.

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

Color convert

RGB 154 107 171 -
CMYK 0.10 0.37 0 0.33
HSL 284.06º 0.28% 0.55% -
HSV(B) 284.06º 0.37% 0.67% -
XYZ 25.93 20.33 41.08 -
YUV 128.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 154 107 171 0.10 0.37 0 0.33 284.06 0.28 0.55
Hex 9A 6B AB A 25 0 21 11C 1C 37
Octal 232 153 253 12 45 0 41 434 34 67
Binary 10011010 1101011 10101011 1010 100101 0 100001 100011100 11100 110111

Color Harmonies of #9A6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6BAB

Black with #9A6BAB

Text Example


Text Example

White with #9A6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,107,171); }

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

background-color css

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

 a { background-color: rgb(154,107,171); }

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

border-color css

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

 span { border-color: rgb(154,107,171); }

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