Html Css Color HEX #9663AF Ce Soir

📋 copy color: '#9663AF'

red 150 ◦ green 99 ◦ blue 175

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

Shades of Ce Soir #9663AF

Tints of Ce Soir #9663AF

RGB

 RED value IS 150 (58.98% from 255) = 35.38%

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 35.38%
G = 23.35%
B = 41.27%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9663AF (or 0x9663AF) is known color: Ce Soir. HEX triplet: 96, 63 and AF. RGB value is (150,99,175). Sum of RGB (Red+Green+Blue) = 150+99+175=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #9663AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9663AF is #699C50. Grayscale: #7A7A7A. Windows color (decimal): -6921297 or 11494294. OLE color: 11494294.

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

Color convert

RGB 150 99 175 -
CMYK 0.14 0.43 0 0.31
HSL 280.26º 0.32% 0.54% -
HSV(B) 280.26º 0.43% 0.69% -
XYZ 24.78 18.5 42.82 -
YUV 122.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 150 99 175 0.14 0.43 0 0.31 280.26 0.32 0.54
Hex 96 63 AF E 2B 0 1F 118 20 36
Octal 226 143 257 16 53 0 37 430 40 66
Binary 10010110 1100011 10101111 1110 101011 0 11111 100011000 100000 110110

Color Harmonies of #9663AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663AF

Black with #9663AF

Text Example


Text Example

White with #9663AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,99,175); }

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

background-color css

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

 a { background-color: rgb(150,99,175); }

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

border-color css

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

 span { border-color: rgb(150,99,175); }

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