Html Css Color HEX #9565AF Ce Soir

📋 copy color: '#9565AF'

red 149 ◦ green 101 ◦ blue 175

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

Shades of Ce Soir #9565AF

Tints of Ce Soir #9565AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 35.06%
G = 23.76%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9565AF (or 0x9565AF) is known color: Ce Soir. HEX triplet: 95, 65 and AF. RGB value is (149,101,175). Sum of RGB (Red+Green+Blue) = 149+101+175=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9565AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9565AF is #6A9A50. Grayscale: #7B7B7B. Windows color (decimal): -6986321 or 11494805. OLE color: 11494805.

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

Color convert

RGB 149 101 175 -
CMYK 0.15 0.42 0 0.31
HSL 278.92º 0.32% 0.54% -
HSV(B) 278.92º 0.42% 0.69% -
XYZ 24.79 18.79 42.88 -
YUV 123.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 149 101 175 0.15 0.42 0 0.31 278.92 0.32 0.54
Hex 95 65 AF F 2A 0 1F 117 20 36
Octal 225 145 257 17 52 0 37 427 40 66
Binary 10010101 1100101 10101111 1111 101010 0 11111 100010111 100000 110110

Color Harmonies of #9565AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565AF

Black with #9565AF

Text Example


Text Example

White with #9565AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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