Html Css Color HEX #9A64AD Ce Soir

📋 copy color: '#9A64AD'

red 154 ◦ green 100 ◦ blue 173

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

Shades of Ce Soir #9A64AD

Tints of Ce Soir #9A64AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 36.07%
G = 23.42%
B = 40.52%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A64AD (or 0x9A64AD) is known color: Ce Soir. HEX triplet: 9A, 64 and AD. RGB value is (154,100,173). Sum of RGB (Red+Green+Blue) = 154+100+173=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A64AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A64AD is #659B52. Grayscale: #7C7C7C. Windows color (decimal): -6658899 or 11363482. OLE color: 11363482.

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

Color convert

RGB 154 100 173 -
CMYK 0.11 0.42 0 0.32
HSL 284.38º 0.31% 0.54% -
HSV(B) 284.38º 0.42% 0.68% -
XYZ 25.43 19 41.86 -
YUV 124.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 154 100 173 0.11 0.42 0 0.32 284.38 0.31 0.54
Hex 9A 64 AD B 2A 0 20 11C 1F 36
Octal 232 144 255 13 52 0 40 434 37 66
Binary 10011010 1100100 10101101 1011 101010 0 100000 100011100 11111 110110

Color Harmonies of #9A64AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64AD

Black with #9A64AD

Text Example


Text Example

White with #9A64AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,100,173); }

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

background-color css

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

 a { background-color: rgb(154,100,173); }

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

border-color css

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

 span { border-color: rgb(154,100,173); }

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