Html Css Color HEX #996FAF Ce Soir

📋 copy color: '#996FAF'

red 153 ◦ green 111 ◦ blue 175

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

Shades of Ce Soir #996FAF

Tints of Ce Soir #996FAF

RGB

 RED value IS 153 (60.16% from 255) = 34.85%

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 34.85%
G = 25.28%
B = 39.86%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#996FAF (or 0x996FAF) is known color: Ce Soir. HEX triplet: 99, 6F and AF. RGB value is (153,111,175). Sum of RGB (Red+Green+Blue) = 153+111+175=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #996FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FAF is #669050. Grayscale: #828282. Windows color (decimal): -6721617 or 11497369. OLE color: 11497369.

HSL color Cylindrical-coordinate representation of color #996FAF: hue angle of 279.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996FAF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 111 175 -
CMYK 0.13 0.37 0 0.31
HSL 279.38º 0.29% 0.56% -
HSV(B) 279.38º 0.37% 0.69% -
XYZ 26.56 21.24 43.26 -
YUV 130.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 153 111 175 0.13 0.37 0 0.31 279.38 0.29 0.56
Hex 99 6F AF D 25 0 1F 117 1D 38
Octal 231 157 257 15 45 0 37 427 35 70
Binary 10011001 1101111 10101111 1101 100101 0 11111 100010111 11101 111000

Color Harmonies of #996FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FAF

Black with #996FAF

Text Example


Text Example

White with #996FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996FAF; }

 p { color: rgb(153,111,175); }

 H1.HeaderClassName
 {
   color: #996FAF;
 }
 .AnyTagClassName
 {
   color: #996FAF;
 }
</style>

background-color css

<style>
 a { background-color: #996FAF; }

 a { background-color: rgb(153,111,175); }

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

border-color css

<style>
 span { border-color: #996FAF; }

 span { border-color: rgb(153,111,175); }

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