Html Css Color HEX #9565AC Ce Soir

📋 copy color: '#9565AC'

red 149 ◦ green 101 ◦ blue 172

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

Shades of Ce Soir #9565AC

Tints of Ce Soir #9565AC

RGB

 RED value IS 149 (58.59% from 255) = 35.31%

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 35.31%
G = 23.93%
B = 40.76%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9565AC (or 0x9565AC) is known color: Ce Soir. HEX triplet: 95, 65 and AC. RGB value is (149,101,172). Sum of RGB (Red+Green+Blue) = 149+101+172=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #9565AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9565AC is #6A9A53. Grayscale: #7B7B7B. Windows color (decimal): -6986324 or 11298197. OLE color: 11298197.

HSL color Cylindrical-coordinate representation of color #9565AC: hue angle of 280.56º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9565AC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 101 172 -
CMYK 0.13 0.41 0 0.33
HSL 280.56º 0.3% 0.54% -
HSV(B) 280.56º 0.41% 0.67% -
XYZ 24.49 18.68 41.34 -
YUV 123.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 149 101 172 0.13 0.41 0 0.33 280.56 0.3 0.54
Hex 95 65 AC D 29 0 21 119 1E 36
Octal 225 145 254 15 51 0 41 431 36 66
Binary 10010101 1100101 10101100 1101 101001 0 100001 100011001 11110 110110

Color Harmonies of #9565AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565AC

Black with #9565AC

Text Example


Text Example

White with #9565AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9565AC; }

 p { color: rgb(149,101,172); }

 H1.HeaderClassName
 {
   color: #9565AC;
 }
 .AnyTagClassName
 {
   color: #9565AC;
 }
</style>

background-color css

<style>
 a { background-color: #9565AC; }

 a { background-color: rgb(149,101,172); }

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

border-color css

<style>
 span { border-color: #9565AC; }

 span { border-color: rgb(149,101,172); }

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