Html Css Color HEX #9A65AB Ce Soir

📋 copy color: '#9A65AB'

red 154 ◦ green 101 ◦ blue 171

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

Shades of Ce Soir #9A65AB

Tints of Ce Soir #9A65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

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

R = 36.15%
G = 23.71%
B = 40.14%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A65AB (or 0x9A65AB) is known color: Ce Soir. HEX triplet: 9A, 65 and AB. RGB value is (154,101,171). Sum of RGB (Red+Green+Blue) = 154+101+171=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A65AB is #659A54. Grayscale: #7C7C7C. Windows color (decimal): -6658645 or 11232666. OLE color: 11232666.

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

Color convert

RGB 154 101 171 -
CMYK 0.10 0.41 0 0.33
HSL 285.43º 0.29% 0.53% -
HSV(B) 285.43º 0.41% 0.67% -
XYZ 25.33 19.12 40.88 -
YUV 124.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 154 101 171 0.10 0.41 0 0.33 285.43 0.29 0.53
Hex 9A 65 AB A 29 0 21 11D 1D 35
Octal 232 145 253 12 51 0 41 435 35 65
Binary 10011010 1100101 10101011 1010 101001 0 100001 100011101 11101 110101

Color Harmonies of #9A65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A65AB

Black with #9A65AB

Text Example


Text Example

White with #9A65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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