Html Css Color HEX #966FAA Ce Soir

📋 copy color: '#966FAA'

red 150 ◦ green 111 ◦ blue 170

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

Shades of Ce Soir #966FAA

Tints of Ce Soir #966FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 34.8%
G = 25.75%
B = 39.44%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#966FAA (or 0x966FAA) is known color: Ce Soir. HEX triplet: 96, 6F and AA. RGB value is (150,111,170). Sum of RGB (Red+Green+Blue) = 150+111+170=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #966FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FAA is #699055. Grayscale: #818181. Windows color (decimal): -6918230 or 11169686. OLE color: 11169686.

HSL color Cylindrical-coordinate representation of color #966FAA: hue angle of 279.66º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966FAA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 111 170 -
CMYK 0.12 0.35 0 0.33
HSL 279.66º 0.26% 0.55% -
HSV(B) 279.66º 0.35% 0.67% -
XYZ 25.52 20.76 40.69 -
YUV 129.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 150 111 170 0.12 0.35 0 0.33 279.66 0.26 0.55
Hex 96 6F AA C 23 0 21 118 1A 37
Octal 226 157 252 14 43 0 41 430 32 67
Binary 10010110 1101111 10101010 1100 100011 0 100001 100011000 11010 110111

Color Harmonies of #966FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FAA

Black with #966FAA

Text Example


Text Example

White with #966FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966FAA; }

 p { color: rgb(150,111,170); }

 H1.HeaderClassName
 {
   color: #966FAA;
 }
 .AnyTagClassName
 {
   color: #966FAA;
 }
</style>

background-color css

<style>
 a { background-color: #966FAA; }

 a { background-color: rgb(150,111,170); }

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

border-color css

<style>
 span { border-color: #966FAA; }

 span { border-color: rgb(150,111,170); }

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